@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;
}
@media screen and (max-width: 855px) {
  .logo {
    width: 90px;
    top: 20px;
  }
}



/*全体BK*/
.all-wrap{
	font-family: "Noto Serif JP", serif;
	padding-bottom: 3em;
}


/*FV*/

.navy{
	background-color:#FFFFFF;
	padding:3em 10px 2em 10px;
	box-shadow: 0px 11px 15px -10px rgba(0, 0, 0, 0.80);
    position: relative;
}


.timetime-logo{
	max-width:410px;
	margin: 0 auto;
	width: 100%;
	
}


#fv{
	background: #25A896;
	background: linear-gradient(-180deg,rgba(37, 168, 150, 1) 0%, rgba(20, 131, 117, 1) 54%, rgba(2, 92, 82, 1) 92%);	
	padding-top: 3em;
	
}

.fv-wrap{
	max-width: 1100px;
	margin: 0 auto;
}


.onlyitem-newitem{
	max-width:707px;
	margin: 0 auto;
	width: 100%;
}

.main-title{
	max-width:1100px;
	margin: 0 auto;
	width: 100%;
	margin-top: -2.5em;
}

.day-box{
	background-color: #08665A;
	padding: 0px 10px;
	margin-top: -1em;
	width: 100%;
}

.day{
	max-width: 610px;
	margin: 0 auto;
	width: 100%;
}

.fv-logoList{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 1em;
}

.fv-logo{
	    width: calc((100% - 20px) / 4);
	padding: 5px;
}

.main-img{
	max-width:1000px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 1em;
}


.gold01{
	padding-bottom: 1.1em;
background: #F4DF96;
background: linear-gradient(141deg,rgba(244, 223, 150, 1) 0%, rgba(202, 174, 68, 1) 100%);
}

.gold02{
	margin-top: 0.8em;
	padding-bottom:0.5em;
background: #F4DF96;
background: linear-gradient(141deg,rgba(244, 223, 150, 1) 0%, rgba(202, 174, 68, 1) 100%);	
}


/********contents************/
#con-wrap{
	background: #25A896;
	background: linear-gradient(-180deg,rgba(37, 168, 150, 1) 13%, rgba(20, 131, 117, 1) 60%, rgba(2, 92, 82, 1) 92%);	
	padding-top: 4em;
	padding-bottom: 5em;
/*
	padding-left: 10px;
	padding-right: 10px;
*/
}



/*特典ポイント*/
#tokuten{
	margin-top: 5em;
	padding: 0 10px;
	padding-left: 1em;
	padding-right: 1em;
}


.tokuten-title {
	max-width: 300px;
	margin: 0 auto;
	width: 100%;
	margin-top: -3em;
}

.point-wrap{
background-color: #FFFDF2;
	max-width: 880px;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	
}


.gold-line{
	border: solid #025C52 2px;
	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: #025C52;
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 5px;
	border-bottom: solid 6px #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:#BEA423;
	padding: 5px;
	margin-top: 20px;
}

.point-bk p{
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

.point-number{
	font-size: 7em;
	color: #BEA423;
	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 #025C52;
	padding-top: 2em;
	margin-top: 4em;
}

.targetBrand-title{
	font-size:1.4em;
	text-align:center;
	padding: 10px;
	background-color: #FFFDF2;

	font-weight: bold;
	color: #025C52;
	    display: table;
    margin: 0 auto;
    margin-top: -2.5em;
}

.brand-list{
	display: flex;
	justify-content: center;
	max-width: 712px;
	margin: 0 auto;
}


.brand-list li{
	width: calc((100% - 20px) / 4);
	padding: 2px;
}

@media screen and (max-width: 768px){
		.tokuten-title{
		font-size: 1.8em;
			    margin-top: -1em;
			    width: 69%;
	}
	
	.point-wrap{
		    padding: 6px;
	}
	
	
	
	
	.tokuten-kikan p{
		font-size: 1.5em;
		    border-bottom: solid 4px #BEA423;
		    padding-bottom: 2px;
		padding-left: 10px;
    padding-right: 10px;
		
	}
	
	.point-number{
		font-size: 6em;
	}
	
	
		.point-bk p{
		font-size: 0.85em;
		line-height: 1.1em;
	}
	
	
	.point-notice{
		    font-size: 0.8em;
		width: 94%;
	}	
}

/*特典ポイントEND*/


/**********ボタン************/

.btn-link{

    max-width: 600px;

    display: block;
    text-align: center;
    margin: 0 auto;
}


.app_btn{
	max-width: 600px;
	margin: 2em auto 0 auto;
background-color:#BEA423;
	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;
	}
}

/**********ボタンEND************/


/***********PICK UP**************/

#con-pickup{
	margin-top: 15em;

}



.title-bk{
	position: relative;
	margin-top: 5em;
}

.title-bk::after{
    content: "";
    position: absolute;
background: #F4DF96;
background: linear-gradient(90deg,rgba(244, 223, 150, 1) 0%, rgba(202, 174, 68, 1) 100%);
    width: 100%;
    height: 10%;
    bottom: 54%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}

.title-bk::before{
    content: "";
    position: absolute;
background: #F4DF96;
background: linear-gradient(90deg,rgba(244, 223, 150, 1) 0%, rgba(202, 174, 68, 1) 100%);
    width: 100%;
    height: 10%;
    bottom: 36%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}



.title-img{
	max-width: 886px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}


/**************アイテム******************/
.con-wrap{
	background-color: #FFFFFA;
	border: solid #DABA61 5px;
	border-radius: 10px;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 1em;
/*
	margin-left: 10px;
	margin-right: 10px;
*/
}

.pickup-contents-wrap{
padding-bottom: 1em;
	margin-top: 1em;
}


.item-wrap{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 1em;
	padding: 0 10px;
	
/*	padding-bottom: 1em;*/

	margin-top: 0.5em;

}

.item-info{
	max-width: 530px;
	width: 100%;
}



.item-logo{
	max-width: 170px;
	
	width: 100%;
}


.only-model{
	max-width: 200px;
	width: 100%;
	margin-bottom: -0.5em;
}

.yotei-model{
	max-width: 310px;
	width: 100%;
	margin-bottom: 0.3em;
}


.item-number{
	font-size: 2.2em;
	color: #0A0A0A;
	font-weight: bold;
	text-align: left;
padding-bottom: 10px;
		margin-bottom: 0.3em;
		border-bottom: solid 1px #2E2E2E;

}

.item-number-small{
	font-size: 0.9em;
	color: #0A0A0A;
	font-weight: 400;
	text-align: left;

	    margin-top: -0.4em;
    margin-bottom: 0.8em;
}




.copy{
	font-size: 1.1em;
	text-align: left;
	color: #0A0A0A;
	line-height: 1.6em;
	margin-bottom: 10px;
/*	background-color: #fff;*/
	padding: 12px 16px 12px 0px;
	border-radius: 10px;
/*	border: solid 1px #D2C779;*/
}


.maker-copy{
	
	font-size: 1.2em;
	text-align: left;
	color: #003364;
	font-weight: bold;
	padding-top: 10px;
}

.price{
	text-align: end;
	color: #003364;
	font-size: 2.4em;
	font-weight: bold;
}

.price-small{
	font-size: 0.6em;
}



/*アイテムflex*/
.item-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}


.item-img--wrap{
	max-width: 430px;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	margin-left: 6%;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
}


.gentei{
	position: absolute;
	width: 39%;
	top: 0;
	right: 0;
}



.item-img{
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}

.recomend{
	max-width: 535px;
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;

	padding-bottom: 10px;
}


.item-shop{
	max-width: 200px;
	width: 100%;
}

.recomend-tag{
	max-width:100px;
	width: 100%;
	padding-right: 10px;

}

.brand-category{
	max-width: 470px;
	margin: 0 auto;
	width: 100%;
	margin-top: 2em;
}

.colon{
	max-width: 108px;
	margin: 0 auto;
	width: 100%;
	    margin-top: 1.2em;
	margin-bottom: 4em;
}


/***********recomend comment start************/
.recomend-comment{
	background-color: #0C1343;
	border-bottom: solid 6px #fff;
	border-top: solid 6px #fff;
text-align: center;
	padding: 30px 20px;
}

.recomend-comment-line {
	color: #fff;
	font-size: 2em;
	line-height: 1.8em;
	
	background: linear-gradient(transparent 94%, #E7CA58 6%);
	display: inline;
	/* 背景の繰り返しを停止 */
	background-repeat: no-repeat;

	/* マーカーの横方向を0にして縮める */
	background-size: 0% 100%;

	/* マーカーが引かれる速度を指定 */
	transition: background-size 1.5s;
}


/* マーカーが引かれる際に付与するクラス */
.recomend-comment-line {
	/* 横方向を100%にして、マーカーを引く */
	background-size: 100% 100%;
}


/***********recomend comment end************/



/*********************店舗一覧**********************/
#list-brand{
	margin-top: 12em;
}


.list-brand_wrap{
	padding-left: 10px;
	padding-right: 10px;
}


/***********LIST*************/
.bland-list-inner{
	max-width: 880px;
	margin: 0 auto;
	background-color: #fff;
/*	border-radius: 40px;*/
/*	box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.60);*/
	    padding: 45px 75px 45px 75px;
	padding-top: 2em;
	position: relative;
	border-radius: 20px;
	margin-top: 3em;
}


.bland-list-inner::after{
	position: absolute;
	right: 3px;
	bottom: 20px;
	content: "";
	 background:url("../img/scroll.png") no-repeat;
	    background-position: center;
	background-size: contain;
	    width: 30px;
    height: 97px;	
}

/**********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: 90px;
  height: 50px;
  vertical-align: middle;
  padding: 0 4px;
/* border: 1px solid #fff;*/
}


@media screen and (max-width: 768px){
	th,td{
		min-width: 76px;
	}
	
	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;
}
.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;
}		



/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}



/********************SP***********************/
@media screen and (max-width: 768px){
	
	.timetime-logo{
		width: 73%;
		margin-top: 2em;
	}
	
	.navy{
		    padding: 3em 10px 1em 10px;
	}

	#fv{
		padding-top: 2em;
	}
	
	.onlyitem-newitem{
		width: 80%;
	}
	
	.main-title{
		    margin-top: -1em;
	}
	
	.day-box{
		width: 95%;
		margin: 0 auto;
	}
	
	.day{
		width: 85%;
	}
	
	.fv-logo{
		padding: 2px;
	}
	
	
	#con-wrap{
		padding-top: 1em;
	}
	
	.con-wrap{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.target-brand{
		margin-top: 2em;
	}

	.targetBrand-title{
		font-size: 1.1em;
		    margin-top: -3em;
	}
	
	.brand-list{
		flex-wrap: wrap;
	}
	
	.brand-list li{
		    width: calc((100% - 20px) / 2);
	}
	

	.point-wrap{
		    padding: 6px;
	
	}
	

	
	.tokuten-kikan p{
		font-size: 1.5em;
		    border-bottom: solid 4px #BEA423;
		    padding-bottom: 2px;
		padding-left: 10px;
    padding-right: 10px;
		
	}
	
	.point-number{
		font-size: 6em;
	}
	
	
	
	.point-bk{
		width: 19%;
	}	
	
		.point-bk p{
		font-size: 0.85em;
		line-height: 1.1em;
	}
	
	.point-bk2{
		width: 19%;
	}	
	
		.point-bk2 p{
		font-size: 0.85em;
		line-height: 1.1em;
	}	
	
	.point-bk::before{
		    font-size: 0.9em;
	}	
	
	.point-notice{
		    font-size: 0.8em;
		width: 94%;
	}
	
		.point-small{
			font-size: 0.5em;
		}	

	
	.brand-category{
		    width: 80%;
	}
	
	#con-pickup{
		    margin-top: 9em;
	}	
	

	
	
	.title-img{
		width: 95%;
	}
	
	
	
	.item-wrap{
		flex-wrap: wrap-reverse;
		justify-content: center;
		background-image:none;
		margin-bottom: 1em;
	}
	
	

	.item-img--wrap{
		margin: 0 auto;
		margin-bottom: 2em;
	}
	
	.brand-title{
		    width: 78%;
    margin-top: 3em;
	}
	
	.colon{
		width: 27%;
    margin-top: 2em;
	}
	

	
	.pickup-contents-wrap{
/*		    padding-top: 1em;*/
		    padding-bottom: 0em;
		margin-top: 0;
	}
	
	

	.brand-box{
		    padding: 1em 10px 1em 10px;
		    margin-bottom: 2em;
	}
	
	
	.item-shop{
		max-width: 150px;
	}
	
	.yotei-model{
		width: 83%;
	}
	
	
	.recomend-tag{
		max-width: 84px;
	}
	
	
	.item-number{
		font-size: 1.8em;
	}
	
	
	.copy{
		font-size: 0.9em;
	}
	
	.maker-copy{
		font-size: 1em;
	}
	
	.tenpo-name{
        font-size: 0.9em;
        width: 222px;
	}
	
	.check{
		font-size: 1.1em;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.all-wrap{
		    padding-bottom: 1em;
	}
	
	

	
	
	.recomend-comment-line {
		    font-size: 1.4em;
    line-height: 1.9em;
	}

	
	
	#list-brand{
		    margin-top: 8em;
	}

	
	.bland-list-inner{
		    border-radius: 20px;
		padding: 45px 10px 45px 10px;
		margin-top: 0;
	}
	
	.bland-list-inner::after{
		
	right: 8px;
	bottom: 6px;
	content: "";
	 background:url("../img/scroll-down.png") no-repeat;
	    background-position: center;
	background-size: contain;
	    width: 71px;
    height:36px;	
	}
	
	

	
	
	.table-wrap{
		
    margin-top: 1em;
	}
	
	#bland-list{
		padding-top: 3em;
		padding-bottom: 3em;
		border-radius: 50px 50px 0 0;
	}
	
	
.fixed01{
	width: auto;
}
	
	
	#pickup-contents{
		    padding-bottom: 1em;
		padding-left: 0;
		padding-right: 0;
	}
	
	.item-starbk{
		    padding-bottom: 4em;
	}
	
}



	.scroll-sp{
		right: 6px;
        top: 47px;
        max-width: 87px;
        height: 28px;
        position: relative;
        z-index: 21;
        margin: 0 0 auto auto;
		width: 100%;

	}

@media screen and (max-width: 692px){
	    .scroll-sp {
               top: 35px;
    }
}

@media screen and (max-width: 627px){
	    .scroll-sp {
               top: 54px;
    }
}

@media screen and (max-width: 615px){
	    .point-bk {
        width: 38%;
    }
		    .point-bk2 {
        width: 38%;
    }
}

/*
@media screen and (max-width: 550px){
	    .scroll-sp {
               top: 5px;
    }
}
@media screen and (max-width: 487px){
	    .scroll-sp {
               top: -14px;
    }
}

@media screen and (max-width: 403px){
	    .scroll-sp {
               top: -22px;
    }
}
*/






























