@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-image:url("../img/pc-bk.jpg");
	background-size: cover;
  	background-position:center top;
	background-repeat: no-repeat;
border-bottom: 10px solid #D2C066;
	
	margin: 0 auto;
}

.fv-wrap{
	position: relative;
	padding-bottom: 4em;
	padding-top: 4em;
}


.fv-wrap::after{
	position: absolute;
	right: 0%;
	bottom: 0%;
	content: "";
	 background:url("../img/ribon-right.png") no-repeat;
	    background-position: center;
	background-size: contain;
	    width: 410px;
    height: 373px;		
}

.fv-wrap::before{
	position: absolute;
	left: 0%;
	top: 0%;
	content: "";
	 background:url("../img/ribon-left.png") no-repeat;
	    background-position: center;
	background-size: contain;
	    width: 410px;
    height: 373px;		
}


.main-flex{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	position: relative;
	z-index: 5;
}


.mainFlex-left{
	max-width: 764px;
	margin: 0 auto;
	width: 100%;
	
}


.fvBrand{
	display: flex;
	justify-content: center;	
}

.fvBrand li{
	width: 100%;
	max-width: 280px;
	padding: 10px;
}



.mainFlex-right{
	max-width: 436px;
	margin: 0 auto;
	width: 100%;	
	padding-left: 1%;
}




.day{
	max-width: 773px;
	margin: 0 auto;
	width: 100%;	
	position: relative;
	margin-top: 1em;
	z-index: 5;
}






/****newItem start****/
#newItems{
background: #022952;
background: linear-gradient(180deg,rgba(2, 41, 82, 1) 0%, rgba(85, 147, 181, 1) 45%, rgba(64, 149, 205, 1) 86%, rgba(24, 125, 192, 1) 100%);

	padding-bottom: 18em;
	padding-top: 4em;
			padding-left: 10px;
        padding-right: 10px;
	margin-top: -2px;
}





/****newItem end****/






/*特典ポイント*/


#tokuten{
	margin-top: 5em;
	padding: 0 10px;
}


.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 #003364 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: #003364;
	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 #003364;
	padding-top: 2em;
	margin-top: 4em;
}

.targetBrand-title{
	font-size:1.4em;
	text-align:center;
	padding: 10px;
	background-color: #FFFDF2;

	font-weight: bold;
	color: #003364;
	    display: table;
    margin: 0 auto;
    margin-top: -2.5em;
}

.brand-list{
	display: flex;
	justify-content: space-around;
	max-width: 385px;
	margin: 0 auto;
}


.brand-list li{
	width: 100%;
	max-width: 177px;
	padding: 7px;
}












.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;
	}
}



/*****pick up*****/


#pickup-contents{

			padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 3em;
	margin-top: 10em;
	
}


.pickupTitle{
	max-width: 868px;
	margin: 0 auto;
	width: 100%;
}






.pickup-contents-wrap{
padding-bottom: 1em;
	margin-top: 1em;
}

.brand-box{
	    background-color: rgba(255, 255, 255, 0.90);
	max-width: 1100px;
	margin: 0 auto;
	padding: 0.2em 50px 0.2em 50px;
	border: solid #AC8C13 6px;
    margin-top: 4em;
    margin-bottom: 2em;	
	border-radius: 15px;
}

.brand-boxTitle{
	max-width: 478px;
	margin: 0 auto;
	width: 100%;
	margin-top: -8em;
}




/*アイテム*/



.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;
}







.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;
}


.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;

}


/***********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************/



/*******************写真オサエstart************************/

.ex-box{
	margin: 0 auto;
	text-align: center;
	border: solid 2px #fff;
	padding: 5px;
	max-width: 600px;
}

.ex-box p{
	display: inline-block;
	text-align: center;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	
}


@media screen and (max-width: 768px){
	.ex-box p{
		font-size: 1.4em;
	}
}



/*******************写真オサエend************************/







/******shop list******/

#bland-list{
padding-bottom: 7em;
	padding-top: 11em;
	background-color: #fff;
margin-top: -12em;
	border-radius: 200px 200px 0 0;
}


.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: 8em;
	position: relative;
}


.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;	
}




.bland-listTitle{
	max-width: 670px;
	margin: 0 auto;
	width: 100%;
	margin-top: -13em;
}

/**********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: #858585;
		}
		
		.bk-skyb{
			background: #DBEAFF;
		}
		
		.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;
}		










/************sp***************/



@media screen and (max-width: 1420px){
	.fv-wrap::after{
		    width: 310px;
    		height: 277px;
	}
	
	.fv-wrap::before{
		    width: 310px;
    		height: 277px;
	}
}




@media screen and (max-width: 1140px){
/*
	.main-title{
		width: 59%;
	}
	
*/
	.main-title::before{
		width: 265px;
		height: 442px;
		right: -25%;
	}
	
	.main-title::after{
		width: 265px;
		height: 442px;
		left: -30%;
	}
	
	
}


@media screen and (max-width: 1066px){

	
	.day::after{
		    right: -41%;
		    width: 200px;
	}
	
	.day::before{
		left: -37%;
		    width: 187px;
	}
	
	.day{
		    width: 58%;
	}
	

}


@media screen and (max-width: 990px){
	.mainFlex-right{
		width: 70%;
	}
}






@media screen and (max-width: 930px){
	.main-title::before{
		width: 223px;
		height: 442px;
		right: -28%;
		bottom: -27%;
	}
	
	.main-title::after{
		width: 223px;
		height: 442px;
		left: -33%;
		bottom: -26%;
	}
	
	.fv-wrap::after{
		    width: 217px;
    		height: 194px;
	}
	
	.fv-wrap::before{
		width: 217px;
        height: 194px;
	}	
	
	
	
}

@media screen and (max-width: 912px){

	.day::after{
        right: -40%;
        width: 168px;
	}
	
	.day::before{
        left: -36%;
        width: 158px;
	}
	
	.day{
		    width: 58%;
	}
	

}











@media screen and (max-width: 820px){
	.fv-img{
		    width: 37%;
	}
	
	.fv-copy{
		    font-size: 1.2em;
	}
	
	.fv-subTitle{
		font-size: 2em;
	}
}

@media screen and (max-width: 768px){
	.main-title::before{
		display: none;
	}
	
	.main-title::after{
		display: none;
	}
	
	.timetime-logo{
		width: 73%;
		margin-top: 2em;
	}
	
	.navy{
		    padding: 3em 10px 1em 10px;
	}
	
	
	#fv{
		background-image:url("../img/sp-bk.jpg");
/*		padding-bottom: 5em;*/
/*	padding-top: 3em;*/
		background-position:center bottom;
	}
	
	.fv-wrap{
		display: block;
		width: 100%;
		padding-top: 3em;
	}
	
	.fv-subTitle{
		    font-size: 1.5em;
	}
	
	.fv-copy{
		    font-size: 1.2em;
		    padding: 10px 50px;
	}
	
	
	.main-title{
		width: 95%;
		margin: 0 auto;
	}
	
	
	.main-flex{
		display: block;
	}
	
	.mainFlex-right{
		width: 90%;
	}
	
	.fvBrand{
		margin: 0 auto;
		width: 85%;
	}
	
	.fv-wrap::before{
		    background: url(../img/ribon-left-sp.png) no-repeat;
		    width: 111px;
    		height: 96px;
	}	
	
	.fv-wrap::after{
		    background: url("../img/ribon-right-sp.png") no-repeat;
				    width: 111px;
    		height: 137px;
	}	
	.fv-img {

    width:90%;
    margin: 0 auto;
    margin-top: 1em;
}
	
	.day {
    width: 90%;
    margin-top: 1.2em;
}
	
	
.day::after{
	display: none;
}

.day::before{
	display: none;	
}	
	
	.fvImg-sp{
		width: 79%;
	}	
	
	
	.brand-list li{
		padding: 2px;
		width: 44%;
	}
	
	.target-brand{
		margin-top: 3em;
	}
	
	#newItems{
		    padding-top: 1em;
		padding-bottom: 12em;

	}
	

	
	.newItems-inner{
		           padding: 7em 0.8em 3.5em 0.8em
	}
	

	
		.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%;
	}
	
	
	.custom-underline{
		width: 89%;
	}
	

	
	
	.item-wrap{
		flex-wrap: wrap-reverse;
		justify-content: center;
		background-image:none;
		margin-bottom: 1em;
	}
	
	
	.leaf-left::before{
		    width: 235px;
		height: 133px;
	}
	
	.leaf-right::before{
		  width: 235px;
		height: 133px;
	}
	
	.item-img--wrap{
		margin: 0 auto;
		margin-bottom: 2em;
	}
	
	
	.pickupTitle{
		    margin-bottom: -3em;
	}
	
	.pickup-contents-wrap{
/*		    padding-top: 1em;*/
		    padding-bottom: 0em;
		margin-top: 0;
	}
	
	
	.brand-boxTitle{
		    margin-top: -7em;
		width: 82%;
	}
	
	.brand-box{
		    padding: 1em 10px 1em 10px;
		    margin-bottom: 2em;
	}
	
	
	.item-shop{
		max-width: 150px;
	}
	
	.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;
	}
	
	
	.pickupTitle{
		width: 95%;
	}
	
	
	.recomend-comment-line {
		    font-size: 1.4em;
    line-height: 1.9em;
	}

	.bland-listTitle{
		    margin-top: -5em;
		    
	}
	
	.bland-list-inner{
		    border-radius: 20px;
		padding: 45px 10px 45px 10px;
	}
	
	.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: 6em;
		padding-bottom: 3em;
		border-radius: 50px 50px 0 0;
	}
	
	
.fixed01{
	width: auto;
}
	
}


/*
@media screen and (max-width: 624px){
	.bland-list-inner::after{
		        top: 81px;
	}
}

@media screen and (max-width: 580px){
	.bland-list-inner::after{
		        top: 66px;
	}
}

@media screen and (max-width: 503px){
	.bland-list-inner::after{
		        top: 51px;
	}
}
@media screen and (max-width: 444px){
	.bland-list-inner::after{
		        top: 35px;
	}
}
*/
/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}






.tenpo-name::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
	
	right: 0;
z-index: 100;
    position: absolute;
    bottom: 0px;
}






.bland-padding{
	padding-bottom: 4.5em;
}













