@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: "Noto Serif JP", serif;
	padding-bottom: 3em;
}


/*FV*/

.navy{
	background-color: #00387A;
	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.png"), linear-gradient(rgb(255, 228, 122), rgba(255,255,255));
	background-size: cover;
  	background-position:center top;
	background-repeat: no-repeat;	
	margin: 0 auto 5rem;
}

.fv-wrap{
	position: relative;
	padding-bottom: 4rem;
	padding-top: 2rem;
}

.fv-title{
	width: 100%;
    /* margin: 0 auto; */
}

.pc-subtitle{
	max-width: 560px;
	width: 35%;
	margin: 0 auto;
}

.pc-title{
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}

.title{
	padding-left: 50px;
}

.fv-flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: -22%;
}

.fv-flex img{
	width: 23%;
	max-width: 300px;
	height: auto;
}

.day{
	max-width: 485px;
	margin: 0 auto;
	width: 42%;	
	position: relative;
	margin-top: -12%;
	z-index: 5;
}

#tokuten{
	background: #fff;
	width: 100%;
	max-width: 1000px;
	margin:  0 auto 10rem;
}

.tokuten {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}


.tokuten-title {
  max-width: 980px;
  width: 90%;
  margin: 40px auto;
  border-radius: 20px;
  box-shadow: 2px 4px 10px rgba(196,114,0,0.5);
  border: 2px solid #5ba400;
  background: #fff;
  overflow: hidden; 
}

.tokuten-text p{
	display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1;
}

.tokuten-text small{
	font-size: 1.6rem;
}

.tokuten-text span{
	font-size: 1.35rem;
}

.tokuten-text {
  background: #5ba400;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.tokuten-body {
  padding: 40px 30px;
  background: #fff;
  min-height: 250px; 
}

.tokuten-ribon{
	max-width: 200px;
	width: 20%;
	position: relative;
}

.tokuten-ribon img{
	position: absolute;
    top: -29px;
    left: 24px;
}

.tokuten-body{
	width: 100%;
}

.tokuten-flex{
	display: flex;
	align-items: center
}

.tokuten-flex-left{
	flex: 0 0 75%;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}

.line-gentei{
	background: #FFE70D;
	color: #4F9F00;
	border-radius: 50px;
	padding: 5px 20px;
	font-weight: 700;
	font-size: 1.25rem;
	width: 80%;
	max-width: 380px;
	margin: 1rem auto 0;
}

.present{
	color: #0065B3;
	font-size: 2.7rem;
	font-weight: 900;
}

.tokuten-flex-right{
	flex: 0 0 25%;
	width: 40%;
    margin: 0 auto;
	max-width: 235px;
}

.btn-link{
    max-width: 600px;
    display: block;
    text-align: center;
    margin: 0  auto;
}


.app_btn{
	max-width: 550px;
	margin: 1.5rem auto 0;
	background-color:#EF8200;
	border-radius: 50px;
	padding: 20px 5px;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 300;
}

.hp{
	margin: 5rem auto 11rem;
}

.line_btn{
	background-color: #4F9F00;
}

.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: 767px){
	.app_btn p{
		font-size: 1.4rem;
		line-height: 1.2;
	}
	
	.app_btn{
		max-width: 515px;
		padding: 10px 5px;
	}
	
	.btn-link{
		max-width: 415px;
        width: 95%;
        margin: 0 auto 2rem;
	}
	
	.app_btn p::after{
		right: 9px;
	}
}


/*****pick up*****/
#pickUp{
	background: linear-gradient(rgba(255,255,255), rgb(255, 228, 122));
	padding-bottom: 10rem;
}

#pickup-contents{

	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 3em;
	margin-top: 10em;
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
	background-color: #FFE0BC;
	border: 5px solid #E73820;
	border-radius: 20px;
	margin-bottom: 10rem;
}


.pickupTitle{
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	margin-top: -5rem;
}


.pickup-contents-wrap{
	padding-bottom: 1em;
	margin-top: 1em;
}

.brand-box{
	background-color: rgba(255, 255, 255);
	max-width: 930px;
	margin: 0 auto;
	padding: 0.5rem;
    margin-top: 4em;
    margin-bottom: 2em;	
	border-radius: 15px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.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: #004A83;
	font-weight: bold;
	padding-top: 10px;
}

.price{
	/* text-align: end; */
	color: #004A83;
	font-size: 2.1em;
	font-weight: bold;
}

/* .price-small{
	font-size: 0.6em;
} */

.price-down-wrap{
	display: flex;
	justify-content: flex-end;
}

.price-down{
	text-align: end;
	color: #E73820;
	font-size: 2.4em;
	font-weight: bold;
	position: relative;
}

.price-down-small{
	font-size: 0.6em;
}

.yajirushi{
	margin-top: 0.5rem;
    margin-right: 0.5rem;
}


/*アイテムflex*/
.item-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}


.item-img--wrap{
	max-width: 500px;
	margin: 0 auto;
	width: 50%;
	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;
	box-shadow: 0px -6px 6px rgba(207, 139, 0, 0.4);
}


.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-y: scroll;
	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;
	}
	

}


@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: 48%;
	}
	

}











@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: 767px){	
	.pc_only{
		display: none;
	}

	.sp_only{
		display: block;
	}

	.timetime-logo{
		width: 73%;
		margin-top: 2em;
	}
	
	.navy{
		    padding: 3em 10px 1em 10px;
	}
	
	
	#fv{
		background-image:url("../img/pc-bk.png"), linear-gradient(rgb(255, 228, 122), rgba(255,255,255));
		background-size: contain;
  		background-position:center top;
		background-repeat: no-repeat;	
		margin: 0 auto 5rem;
	}
	
	.fv-wrap{
		display: block;
		width: 100%;
		padding-top: 3rem;
		padding-bottom: 0;
	}

	.sp-subtitle{
    	max-width: 560px;
    	width: 60%;
    	margin: 0 auto;
	}

	.sp-title{
		width: 75%;
		margin: 0 auto;
	}

	.title {
    	padding-left: 0;
	}
	
	.fv-img{
		width: 70%;
		margin: -4rem  auto 0;
	}

	.day{
		width: 85%;
        max-width: 400px;
        margin-top: 0.5rem;
	}

	#tokuten{
		margin-bottom: 8rem;
	}

	.tokuten{
		width: 95%;
	}

	.tokuten-title{
		font-size: 1.2em;
		margin-top: 1rem;
		width: 100%;
	}

	.tokuten-text p{
    	display: block;
    	width: 100%;
    	font-weight: 700;
    	font-size: 1.7rem;
    	line-height: 1.25;
		margin: 0.75rem auto 0;
	}

	.tokuten-text small{
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}

	.tokuten-text span{
		font-size: 1.2rem;
	}

	.tokuten-ribon {
		width: 35%;
		max-width: 150px;
	}

	.tokuten-ribon img {
    top: -30px;
    left: -4px;
	}

	.tokuten-body{
		padding: 0.5rem;
	}

	.tokuten-flex{
		display: block;
	}

	.line-gentei{
		font-weight: 700;
    	font-size: 1.5rem;
    	width: 90%;
		max-width: 500px;
    	margin: 1rem auto 0;
	}

	.present{
		font-size: 2.5rem;
		margin-top: 0.7rem;
	}

	.tokuten-flex-right{
		width: 100%;
		max-width: 500px;
	}

	.hp{
		margin: 3rem auto 5rem;
		width: 85%;
	}

	.pickupTitle{
		margin-top: -5rem;
		width: 100%;
	}

	#pickup-contents{
		border-radius: 0px;
		width: 100%;
		border: 3px solid #E73820;
		padding-bottom: 1rem;
	}

	.brand-box{
		padding: 1em 10px 1em 10px;
		margin-bottom: 2rem;
		margin-top: 3.5rem;
	}

	.item-img--wrap{
		margin: 0 auto;
		width: 95%;
	}

	.price{
		font-size: 1.5em;
	}

	.price-small{
		font-size: 1em;
	}


	





	
	
	
	
	
	.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;
	}
	
	
	
	
	.pickupTitle{
		    margin-bottom: -3em;
	}
	
	.pickup-contents-wrap{
/*		    padding-top: 1em;*/
		    padding-bottom: 0em;
		margin-top: 0;
	}
	
	
	.brand-boxTitle{
		    margin-top: -7em;
		width: 82%;
	}
	
	
	
	
	.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;
	}
	
	
	
	
	
	.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: 500px){
	.sp-subtitle{
    	max-width: 560px;
    	width: 75%;
    	margin: 0 auto;
	}

	.sp-title{
		width: 95%;
		margin: 0 auto;
	}

	.app_btn p{
		font-size: 1.4rem;
		line-height: 1.4;
	}

	.fv-img{
		width: 70%;
		margin: -2rem  auto 0;
	}

	.tokuten-text p{
    	display: block;
    	width: 100%;
    	font-weight: 700;
    	font-size: 1.5rem;
    	line-height: 1.25;
		margin: 0.75rem auto 0;
	}

	.tokuten-text small{
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
	}

	.tokuten-text span{
		font-size: 1rem;
	}

	.line-gentei{
		font-weight: 700;
    	font-size: 1rem;
    	width: 95%;
    	margin: 0.25rem auto 0;
		max-width: 300px;
	}

	.present{
		font-size: 2.1rem;
		margin-top: 0.5rem;
	}

	.app_btn p{
		font-size: 1rem;
	}
	
	.app_btn{
		max-width: 310px;
		padding: 15px 5px;
	}
	
	.btn-link{
		max-width: 415px;
        width: 95%;
        margin: 0 auto 2rem;
	}

	.pickupTitle{
		margin-top: -3rem;
		width: 100%;
	}
}


/*
@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;
}
