@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;
}



/****************/
article{
	font-family: "Noto Serif JP", serif;
}

.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%;
	}
}




/*************fv**************/
#fv{
	background: #73A7CA;
background: linear-gradient(35deg,rgba(115, 167, 202, 1) 0%, rgba(223, 246, 255, 1) 32%, rgba(203, 239, 255, 1) 68%, rgba(115, 167, 202, 1) 100%);
	
}

.fv-wrap{
	background: url("../img/fv-wrap.png") no-repeat;
	background-position: center;
	background-size: contain;
	
}

/*****main ttl*****/


.fv-inner{
/*	max-width: 1200px;*/
	margin: 0 auto;
	margin-top: 4em;
	padding-bottom: 4%;
}

.fv-brand{
	max-width: 30%;
	margin: 0 auto;
}

.newarrival{
	max-width: 45%;
	margin: 0 auto;
	margin-top: 1.5em;
}


.mian-ttl{
	max-width: 83%;
	margin: 0 auto;
	margin-top: -1em;
}

.main-copy{
	max-width: 70%;
	margin: 0 auto;
	margin-top: -1em;
}



.main-day{
	max-width: 33%;
	margin: 0 auto;
	margin-top: 1.1em;
}

.fv-ttlWrap{
	position: relative;
    max-width: 75%;
    margin: 0 auto;	
}

.main-left,.main-right,.kira1,.kira2{
	position: absolute;
}

/*******************/
.kira1{
    max-width: 11%;
    margin: 0 auto;
    right: 10%;
    top: 15%;	
}

.kira2{
    max-width: 7%;
    margin: 0 auto;
    left: 9%;
    bottom: 19%;	
}

.main-left{
	max-width: 16%;
    margin: 0 auto;
    left: -1%;
    top: 15%;
}

.main-right{
    max-width: 21%;
    margin: 0 auto;
    right: -9%;
    top: 14%;
}

.fv-under{
	line-height: 0;
	    margin-top: -2em;
}


/**************tokuten****************/
#tokuten{
	padding: 0 10px;
	position: relative;
	margin-top: -3em;
	    padding-bottom: 4em;
}

.tokuten-wrap{
	max-width: 858px;
	margin: 0 auto;
	padding: 6px 20px;
	border: solid #8A781F 5px;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 1em;
	width: 80%;
}

.tokutenBrand{
	display:flex;
	justify-content: center;
	max-width: 45%;
	margin: 0 auto;
}

.tokutenBrand li{
	padding: 20px;
	padding-bottom: 0;
}

.newitem-ttl{
	max-width: 80%;
	margin: 0 auto;
	    margin-top: -2em;
}

.tokuten-inner{
	background-color: #FDFFE6;
	padding: 10px;
	border-radius: 20px;
	padding-top: 2.4em;
	padding-bottom: 1em;
	margin-top: -3em;
}

.tokuten-day{
	text-align: center;
}

.tokuten-day p{
	background-color: #1D2875;
	border-radius: 50px;
	padding: 5px 45px;	
	display: inline-block;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

/************10倍*************/
.point-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -1em;
}


.point-bk{
	background-color:#1D2875;
	padding: 5px;
	margin-top: 20px;
	position: relative;
}

.point-bk p{
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

.point-bk::before{
	position: absolute;
	content: "＼ご購入特典／";
	font-size: 1.3em;
	text-align: center;
	color: #003364;
	font-weight: bold;
	top: -16px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.point-bk2{
	background-color:#fff;
	padding: 5px;
	margin-top: 20px;
	position: relative;
}

.point-bk2 p{
	text-align: center;
	font-size: 1.5em;
	color: #C60079;
}



.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;*/
}


@media screen and (max-width: 768px){
	.point-number{
		font-size: 9em;
	}
	
	
	
	.point-bk{
		width: 30%;
	}	
	
		.point-bk p{
		font-size: 1.3em;
		line-height: 1.1em;
	}
	
	.point-bk2{
		width: 19%;
	}	
	
		.point-bk2 p{
		font-size: 0.85em;
		line-height: 1.1em;
	}	
	
	.point-bk::before{
		    font-size: 1.1em;
	}	
	
	.point-notice{
		    font-size: 0.8em;
		width: 94%;
	}
	
	
}

@media screen and (max-width: 499px){
		
	.point-bk{
		width: 32%;
	}
	.point-bk::before{
		font-size: 0.75em;
		line-height: 0;
	}	
	
		.point-bk p{
		font-size: 0.85em;
		line-height: 1.1em;
	}	
	
	.point-number{
		font-size: 6em;
	}	
}





/*********tokuten bk**********/
#tokuten::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 60%;
    background: #76BFCA;
    opacity: 0.29; 
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
	z-index: -1;
}

#tokuten::before{
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 60%;
  background: #76BFCA;
	opacity: 0.29;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
z-index: -1;
}


/************ボタン**************/
.btn-link{

    max-width: 600px;

    display: block;
    text-align: center;
    margin: 0 auto;
}


.app_btn{
	max-width: 600px;
	margin: 2em auto 0 auto;
background: #B99318;
background: linear-gradient(0deg,rgba(185, 147, 24, 1) 0%, rgba(211, 177, 40, 1) 68%, rgba(226, 195, 49, 1) 100%);
	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-con{
background: #CBE8FC;
background: linear-gradient(22deg,rgba(203, 232, 252, 1) 0%, rgba(149, 193, 223, 1) 10%, rgba(204, 232, 246, 1) 23%, rgba(223, 246, 255, 1) 37%, rgba(203, 239, 255, 1) 56%, rgba(115, 167, 202, 1) 100%);
	padding-bottom: 4em;
	padding-top: 5em;
	position: relative;
	
}

.pickup-con--left,.pickup-con--right{
	position: absolute;
}

.pickup-con--right{
	max-width: 30%;
	margin: 0 auto;
	top: 10%;
	right: 0;
}

.pickup-con--left{
	max-width: 30%;
	margin: 0 auto;
	bottom: 6%;
	left: 0;
}

.pickup-inner{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.coron{
	max-width: 92px;
	margin: 0 auto;
}


.pickup-ttl{
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}

/****************item*****************/

.item-box{
	max-width: 980px;
	margin: 0 auto;
	margin-top: 5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
background: linear-gradient(90deg,rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 1) 61%, rgba(255, 255, 255, 1) 89%, rgba(255, 255, 255, 1) 100%);
	height: 33vh;
	    margin-bottom: 12em;
}

.item-img{
	max-width: 52%;
	position: relative;
}

.recomend-tag{
	position: absolute;
	width: 29%;
	top: 0%;
	left: 0%;
}

.item-star{
	position: absolute;
	width: 31%;
	bottom: 0%;
	left: 0%;
}




.item-info{
	width: 100%;
    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: #006FBC;
	margin-bottom: 5px;
}



.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;
}


.price-box{
	border-top: solid #2E2E2E 1px;
	margin-top: 0.5em;
	display: flex;
	justify-content: flex-end;
}


.base_price{
	text-align: end;
	font-size: 2.1em;
	color: #003364;
	font-weight:bold;

	margin-top: 5px;		
}

.small{
	font-size: 0.6em;
}

@media screen and (max-width: 860px){
		.price-box{
		display: block;
	}
		.txt-left{
		text-align: left;
	}
}

@media screen and (max-width: 768px){
	
		.price-box{
		display: flex;
	}	
	
		.base_price{
		font-size: 1.7em;
	} 
	
		.small {
		font-size: 0.45em;
	}
	
	
}

@media screen and (max-width: 480px){
			.price-box{
		display: block;
	}
}






.red-bk{
	background: #C4173F;
}



/*************対象店舗****************/
#brand-con{
	margin-top: 5em;
}


/*********************店舗一覧**********************/
/*
#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-cover{
	max-width: 880px;
	margin: 0 auto;
	background-color: #fff;	
		border-radius: 0 0 20px 20px;
	padding-top: 3em;
	padding-bottom: 2em;
	margin-top: -3em;

}





/***********LIST*************/
.bland-list-inner{
	max-width: 880px;
	margin: 0 auto;
	background-color: #fff;
border: solid 1px #6D8AB2;
	box-shadow: 2px 2px 7px 0px rgba(163, 163, 163, 0.60);
	    padding: 30px 3em 45px 3em;
	padding-top: 2em;
	position: relative;
	border-radius: 20px;
	margin-top: 3em;
}


.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: 5% 5% 70px 5%;
		margin-top: 1em;
	}
	
	
	
	.bland-list-inner::after{
			content: "";
			background:url("../img/scroll-down.png") no-repeat;
	    background-position: center;
	background-size: contain;		
        right: 8px;
        bottom: 6px;
        width: 61px;
        height: 27px;
	}

}



/**********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 40px;
}
.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;
		}		


@media screen and (max-width: 768px){
	#list-brand .title-img{
		padding: 0 1em;
	}
}



.item-notice{
	max-width: 1000px;
	margin: 0 auto;
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
	padding-top: 10px;
	padding-bottom: 10px;
	    margin-top: -3em;
}


.item-notice p{
	text-align: center;
	font-size: 0.9em;
	color: #4E4E4E;
	
}




@media screen and (max-width: 768px){
	.item-notice{
		 margin-top: -1em;
	}
}






/*******************SP********************/
@media screen and (max-width: 1290px){
	.fv-ttlWrap{
		    max-width: 83%;
	}
	
	.fv-inner{
		    margin-top: 2em;
	}

}


@media screen and (max-width: 768px){
	.main-imgsp{
		max-width: 74%;
		margin: 0 auto;

	}
	
	.fv-wrap{
	background: url(../img/fv-wrap-sp.png) no-repeat;
    background-position: center top;
    background-size: contain;
		        padding-bottom: 35%;
	}
	
    .fv-ttlWrap {
        max-width: 100%;
    }
	
	.fv-brand{
		max-width: 64%;
	}
	
	.newarrival{
		max-width: 80%;
		margin-top: 1em;
	}
	.mian-ttl{
		max-width: 100%;	
        margin-top: -0.5em;
	}
	
	.main-copy{
		    max-width: 83%;
		margin-top: -0.5em;
	}
	.main-day{
		max-width: 74%;
	}
	.fv-inner{
		padding-bottom: 0%;
	}
	
	#tokuten{
		    margin-top: 0em;
		    padding-bottom: 2em;
	}
	
	.tokuten-wrap{
		    border: solid #8A781F 3px;
		    padding: 6px 10px;
		width: 100%;
	}
	
	.newitem-ttl{
		    max-width: 95%;
	}
	
	.tokutenBrand{
		max-width: 64%;
	}
	
	.tokutenBrand li {
		padding: 12px;
		padding-bottom: 0;
	}
	
	.tokuten-inner{
		    margin-top: -2em;
		    padding-top: 2em;
	}
	
	#pickup-con{
		    padding-top: 3em;
	}
	
	.coron{
		max-width: 59px;
	}
	
	.pickup-ttl{
		margin-top: 0.5em;
	}
	
	.pickup-con--left,.pickup-con--right{
		display: none;
	}
	
	.item-box{
		display: block;
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 1) 100%);	
		height: inherit;
		    margin-top: 3em;
		padding-bottom: 1em;
		    margin-bottom: 6em;
	}
	
	.item-img {
		max-width: 95%;
		position: relative;
		margin: 0 auto;
	}	
	
	.item-info{
		margin-top: 1.5em;
		padding: 10px;
	}
	
	.itemBrand{
		max-width: 65%;
	}
	
	.item-name {
		font-size: 1.5em;
	}
	
	.ravel{
		font-size: 0.8em;
	}
	
	.small{
		font-size: 0.6em;
	}
	.bland-list-inner::after{
		background: url(../img/scroll2.png) no-repeat;
         width: 80px;
        height:40px;
	background-size: contain;
	}
	
	
	.kira2 {
		max-width: 11%;
		margin: 0 auto;
		left: 4%;
		bottom: unset;
		top: 17%;
	}
	
	.kira1 {
		max-width: 16%;
		margin: 0 auto;
		right: 1%;
		top: 4%;
	}	
	
	.fv-under{
		margin-top: -8em;
	}
}


@media screen and (max-width: 500px){
	.bland-list-inner::before{
		    right: 13%;
    		top: -13px;
		    width: 26px;
	}
}


/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}



.fadeup{
  opacity: 0;
  transform: translateY(40px);

  animation: fadeUp 1s ease forwards;
}

/* アニメーション */
@keyframes fadeUp{
  from{
    opacity: 0;
    transform: translateY(40px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}














