@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: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .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: "Zen maru Gothic" , sans-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{
}



.fv-wrap{
	background-image: url(../img/fv-bg.png);
	background-size: cover;
	background-position: center bottom;
	padding: 5rem 0 7rem 0 ;
	width: 100%;
	margin: 0 auto ;
	position: relative;
	z-index: 1;
	overflow: hidden;

	outline: 4px solid rgb(19, 99, 138);
	outline-offset: -2rem;
}


.fv-logoList{
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    margin: 1.5rem auto;
}



.main-title{
	max-width: 1000px;
    margin: 0 auto;
    width: 70%;
    /* margin-top: -2.5em; */
	position: relative;
}

.main-title::before{
	position: absolute;
    content: "";
    width: 80px;
    height: 135px;
    background: url(../img/fv-bg01.png) no-repeat;
    background-size: contain;
    left: -12%;
    top: 9%;
}

.main-title::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 85px;
    background: url(../img/fv-bg03.png) no-repeat;
    background-size: contain;
    right: -13%;
    top: 8%;
}

.day{
	max-width: 400px;
	margin: 0 auto;
	width: 30%;
}

.day::before{
	position: absolute;
    content: "";
    width: 90px;
    height: 135px;
    background: url(../img/fv-bg02.png) no-repeat;
    background-size: contain;
    left: 11%;
    bottom: 9%;
}

.day::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 85px;
    background: url(../img/fv-bg04.png) no-repeat;
    background-size: contain;
    right: 12%;
    bottom: 14%;
}

.wrapping{
	max-width: 800px;
	margin: -5rem auto 0;
	width: 50%;
	position: relative;
	z-index: 5;
}



.main-img{
	max-width:1000px;
	margin: -2rem auto 0;
	width: 80%;
	padding-bottom: 2rem;
}



/********contents************/
#con-wrap{
	padding-top: 4em;
/*
	padding-left: 10px;
	padding-right: 10px;
*/
}

/* FV下 */

.gift-wrap{
	max-width: 1000px;
	width: 90%;
	margin: 2rem auto 5rem;

}

.gift-content{
	padding: 2rem;
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
}

.gift-txt{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #5C3401;
	font-size: 1.5rem;
    font-weight: bold;
}

.gift-txt p{
	line-height: 2;
}

.gift-img{
	max-width: 600px;
	width: 95%;
	margin: 0 auto;
}


@media screen and (max-width: 800px){
.main-title::before,.main-title::after,
.day::before,.day::after{
	content: none;
}

}





/**********ボタン************/

.btn-link{

    max-width: 600px;

    display: block;
    text-align: center;
    margin: 0 auto;
}


.app_btn{
	max-width: 550px;
	margin: 2em auto 0 auto;
	border-radius: 50px;
	padding: 28px 5px;
	background: linear-gradient(to bottom, #7fc6d4, #0f6fb3);
  	color: #fff;
  	/* padding: 16px 40px;
  	display: inline-block; */
  	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	
}

.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;
}

/**********ボタンEND************/


/***********pickup items**************/
.pickup-wrap{
	overflow: hidden;
}

.pickup-items{
    /* margin: 0 auto; */
    /* margin-top: 16em; */
    position: relative;
    /* padding-bottom: 5em; */
    /* max-width: 1100px; */
	background: repeating-linear-gradient(-45deg, #FEF8CC, #FEF8CC 30px, #FFFFDA 30px, #FFFFDA 60px);
    /* border-radius: 54px; */

    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 8rem -200px 2rem;
    padding: 65px 250px;
    min-height: 300px;
    text-align: center;
}

.pickup-items::before {
    position: absolute;
    content: "";
    background: url(../img/pickup-items.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 230px;
    right: 50%;
    left: 50%;
    top: -0.5%;
    transition: all 0.3s;
    transform: translateY(-50%) translateX(-50%);
}

.pickup-inner{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}

    .pickup-inner>.sp_only {
        display: none;
    }

	.pickup-inner>.pc_only {
        display: flex;
    }

.title-bk{
	position: relative;
	margin-top: 10rem;
	padding-bottom: 0.5rem;
	background-image: url(../img/bg-toumei.png);
	background-size: cover;
	background-position: center bottom;
	overflow: hidden;
}

.title-img{
	max-width: 580px;
    width: 40%;
    margin: 0 auto 3rem;
	padding-bottom: 1rem;
}

.title-img::before{
	content: '';
    position: absolute;
	background-image: url(../img/bg-sakura1.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 220px;
    height: 180px;
	bottom: 1.25rem;
	z-index: -1;
	left: -30rem;
}

.title-img::after{
	content: '';
    position: absolute;
	background-image: url(../img/bg-sakura2.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 220px;
    height: 180px;
	bottom: 1.25rem;
	z-index: -1;
	right: -30rem;
}






/**************アイテム******************/
.con-wrap{
	border-radius: 50px 0 50px 0;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	margin-top: 3rem;
	box-shadow: 12px 15px 35px -19px rgba(0, 0, 0, 0.3);
}

.brand-box{
	background: #F2B7D2;
	padding: 1.5rem;
	border-radius: 40px 0 0 0;
}

.brand-logo{
	width: 30%;
	max-width: 280px;
	margin: 0 auto;
}


.item-wrap{
	max-width: 1100px;
	width: 95%;
	margin: 2.5rem auto;
}

.item-wrap:first-child {
  padding-top: 5rem;
}

.item-info{
	max-width: 550px;
	width: 100%;
	margin: 0 1rem;
	background:  rgba(255, 255, 255, 0.8);
	padding: 1rem;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	font-family: "Noto Serif JP" ,serif;
}

.brand-flex{
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.brand{
	margin-right: 0.25rem;
}


.item-logo{
	max-width: 170px;
	
	width: 100%;
}





.item-number{
	font-size: 1.65rem;
	font-weight: 500;
	color: #006FBC;
	text-align: left;
	border-bottom: solid 1px #333333;
    padding: 4px 0 6px;

}

.item-number p{
	line-height: 1.1;
}

.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: 1rem;
    text-align: left;
    color: #333;
    line-height: 1.75rem;
    margin: 0.25rem 0 0.75rem 0;
    border-radius: 10px;
}

.maker-price{
	display: flex;
	justify-content: center;
	width: 95%;
	margin: 1rem auto 0.5rem;
	color: #A25C12;
}


.maker-copy{
	font-size: 1.25em;
	text-align: left;
	font-weight: 400;
	text-align: center;
	margin: 0.5rem;
	line-height: 1.25rem;
}

.price{
	text-align: end;
	font-size: 2.55rem;
	font-weight: 600;
	color: #003364;
	display: flex;
	justify-content: end;
	align-items: baseline;
}

.price span:first-child {
    align-self: center;
    display: inline-block;
    margin-right: 1rem;
}


.price-small{
	font-size: 1.25rem;
}

.price-down-flex{
	display: block;
	justify-content: center;
	width: 90%;
	margin: 0 auto 0.5rem;
	color: #A25C12;
}

.down{
	width: 20%;
	max-width: 50px;
	margin: 0 auto -1rem;
}

.price-down{
	text-align: center;
	font-size: 3.75rem;
	font-weight: bold;
	color: #A25C12;
	margin-top: -1rem;
}

.txt-red{
	color: #E60012;
}

@media screen and (max-width:1000px){
	.con-wrap{
		width: 93%;
	}

	.item-wrap {
		width: 92%;
	}



	.tab{
		display: none;
	}



}





/*アイテムflex*/
.item-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
	padding-top: 1.5rem;
}


.item-img--wrap{
	max-width: 475px;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	position: relative;
	padding: 2rem;
}

.item-bk01{
	background-image: url(../img/item-bg01.png);
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center center;
}

.item-bk02 {
    background-image: url(../img/item-bg02.png);
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center center;
}



.item-img{
	max-width: 450px;
    margin: 0 auto;
    width: 100%;
    padding-top: 14px;
}

.item-img::before{
	position: absolute;
    content: "";
    width: 150px;
    height: 170px;
    background: url(../img/recommend.png) no-repeat;
    background-size: contain;
    left: 2%;
    top: -1%;
}

.last-item-img::after{
	position: absolute;
    content: "";
    width: 150px;
    height: 170px;
    background: url(../img/daaay02.png) no-repeat;
    background-size: contain;
    right: 2%;
    bottom: -1%;
}


.recomend{
	max-width: 600px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
}


.item{
	max-width: 350px;
	width: 100%;
	margin-left: 1rem;
}

.item-gift-flex{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.item-gift-flex p{
	text-align: left;
}

.item-gift-flex img{
	max-width: 140px;
	width: 100%;
}

.osae{
	color: #BE0000;
}




/*********************店舗一覧**********************/
#tenpo{
	margin-top: 12rem;
	margin-bottom: 9rem;
}

.tenpo{
	position: relative;
	width: 100%;
}

.tenpo-innner{
    width: 95%;
    max-width: 1000px;
    margin: 5rem auto 0;
    border: 1px solid #006FBC;
    border-radius: 40px;
    background-color: #fff;
	box-shadow: 2px 2px 7px rgba(11, 120, 192, 1.0);

}

.tenpo-innner::before {
    position: absolute;
    content: "";
    background: url(../img/tenpo.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100px;
    right: 50%;
    left: 50%;
    top: -0.5%;
    transition: all 0.3s;
    transform: translateY(-50%) translateX(-50%);
}

/*table*/

table {
    border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing:  5px;       /* 表の線と線の間の幅 */
    max-width: 800px;
    width: 100%;
    margin: 5rem auto 3rem;
	font-family: 'Noto Sans JP' , sans-serif;
	font-weight: 100;
}

th,td{
  min-width: 90px;
  height: 50px;
  vertical-align: middle;
padding: 10px 10px;          /* 余白指定 */
}

th {
    background-color:  #006FBC; /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  bold;       /* 文字の太さ指定 */
	text-align: center;
    vertical-align: middle;
	font-size: 1.3em;
	padding-left: 20px;
	padding-right: 20px;
	width: 20%;
}

td {
    background-color:  #DBF2FF; /* 背景色指定 */
	color: #333;
	font-size: 1rem;
	line-height: 2;
}



/* 店舗リスト */
.tenpo{
	margin-bottom: 4rem;
}









@media screen and (max-width: 767px){
	table{
		margin: 2rem auto 1.5rem;
	}

	th,td{
		min-width: 90px;
	}
	

	th {
    	background-color: #006FBC;
    	color: #fff;
    	font-weight: bold;
    	text-align: center;
    	vertical-align: middle;
    	font-size: 0.9rem;
    	padding-left: 20px;
    	padding-right: 20px;
    	width: 20%;
	}

	td{
		font-size: 0.9rem;
	}

	}


.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;
}	
		
	
		
		
		
		
		
		.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;
}

/********************Tab***********************/
@media screen and (max-width: 999px) and (min-width: 768px){
	.fv-wrap{
		padding: 5rem 0 6rem 0;
		outline-offset: -1rem;
	}

	.wrapping{
		margin: -3rem auto 0;
	}

	.pickup-items{
		padding: 65px 160px;
	}

	.copy{
		line-height: 1.5;
	}

	.price{
		font-size: 1.75rem;
	}

	.price-small {
    font-size: 1.1rem;
	}

	.item-img::before {
        width: 120px;
        height: 140px;
        left: 0%;
        top: -1%;
	}

	.last-item-img::after {
    width: 120px;
    height: 140px;
    right: 2%;
    bottom: -1%;
	}

	.item-gift-flex {
    	display: block;
		margin-top: 1rem;
    	justify-content: center;
    	align-items: center;
}

	.tenpo-innner{
		padding: 0 1rem 0;
	}




}


/********************SP***********************/
@media screen and (max-width: 767px){
	
	.timetime-logo{
		width: 73%;
		margin-top: 2em;
	}
	
	.navy{
		    padding: 3em 10px 1em 10px;
	}


	
	.onlyitem-newitem{
		width: 80%;
	}
	
	.main-title{
        width: 88%;
        margin: -3rem auto 0;
		max-width: 500px;
	}

	.day{
		width: 60%;
		max-width: 300px;
	}

	.fv-item-sp{
		width: 88%;
		margin: 0 auto;
		max-width: 500px;
	}

	.wrapping{
		width: 95%;
		max-width: 400px;
	}

	
	.fv-logo{
		padding: 3px;
	}


	.fv-wrap{
		outline: 2px solid rgb(19, 99, 138);
    	outline-offset: -0.5rem;
		padding: 5rem 0;
	}

	    .fv-wrap::before {
			content: none;
		}
	
		
	    .fv-wrap::after {
			content: none;
		}
	
	#con-wrap{
		padding-top: 1em;
	}


	.pickup-items{
		background: repeating-linear-gradient(-45deg, #FEF8CC, #FEF8CC 15px, #FFFFDA 15px, #FFFFDA 30px);
		border-radius: 50% 50% 0 0 / 250px 250px 0 0;
		margin: 6rem -203px 2rem;
		padding: 65px 11rem;
	}

	.pickup-items::before {
        width: 90%;
        height: 120px;
	}

	.item-wrap:first-child {
    padding-top: 1rem;
	}

	.pickup-inner>.pc_only{
		display: none;
	}

	.pickup-inner>.sp_only{
		display: flex;
	}
	


	.con-wrap{
		border-radius: 30px 0 30px 0;
		margin-top: 1rem;
	}

    .gift-content {
        padding: 1rem;
        display: block;
        width: 95%;
        max-width: 600px;
        margin: 0 auto;
        align-items: center;
	}

	.gift-txt {
    	width: 100%;
    	margin: 0 auto 1rem;
    	text-align: center;
    	color: #5C3401;
    	font-size: 1rem;
    	font-weight: bold;
	}


	
	
	
	.item-wrap{
		flex-wrap: wrap;
		justify-content: center;
		background-image:none;
		margin: 1rem auto 3rem;
		width: 95%;
		padding: 0.2rem;
		border-radius: 30px 0 30px 0;
	}
	
	.item-info .pc_only{
		display: none;
	}
	

	.item-img--wrap{
        margin: 0 auto 0.5rem;
        width: 95%;
        max-width: 300px;
		padding: 0.5rem;
	}



	.item-img{
		/* margin: 1.5rem 1.5rem 0; */
		width: 100%;
	}


	.item-img::before {
        width: 90px;
        height: 110px;
        background: url(../img/recommend.png) no-repeat;
        background-size: contain;
        left: 1%;
        top: 7%;
	}


	.last-item-img::after {
    	width: 90px;
        height: 170px;
        background: url(../img/daaay02.png) no-repeat;
        background-size: contain;
        right: 4%;
        bottom: -19%;
	}

	.brand-flex{
		width: 65%;
	}



	.brand-box{
		padding: 20px;
		border-radius: 20px 0 0 0;
	}


	
	
	.item-number{
		font-size: 1.25rem;
	}
	
	
	.copy{
		font-size: 0.9rem;
		line-height: 1.35rem;
	}
	



	.price{
		text-align: left;
		font-size: 1.875rem;
		font-weight: bold;
	}

	    .price-small {
        font-size: 1.25rem;
    }

	.price-small:first-child {
        font-size: 1rem;
    }


	.item-gift-flex {
		font-size: 0.7rem;
	}

	.img-flex{
		display: flex;
	}

	.item-gift-flex img {
    max-width: 80px;
    width: 100%;
	}


	.osae{
		font-size: 0.9rem;
	}




	.all-wrap{
		    padding-bottom: 1em;
	}
	
	

	
	
	.recomend-comment-line {
		    font-size: 1.4em;
    line-height: 1.9em;
	}


	.tenpo-innner::before {
    	width: 90%;
		margin: 0 auto;
    	height: 90px;
    	right: 50%;
    	left: 50%;
    	top: -0.5%;
    	transition: all 0.3s;
    	transform: translateY(-50%) translateX(-50%);
	}

	.tenpo-innner {
    	width: 98%;
    	max-width: 650px;
    	margin: 5rem auto 0;
    	border: 1px solid #006FBC;
    	border-radius: 20px;
    	background-color: #fff;
    	box-shadow: 2px 2px 7px rgba(11, 120, 192, 1.0);
	}




	.app_btn{
		margin: 2rem auto 0 auto;
		max-width: 350px;
        padding: 20px 5px;
		
	}

	.app_btn p{
		
    font-size: 1em;
	}

	.btn-link{
		max-width: 300px;
	}
	
	.app_btn p::after{
		right: 9px;
	}

	.shoplist_btn{
		margin-top: 6rem;
	}
	
	

	
}



	.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;
    }
}
*/






























