@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 Sans JP" , sans-serif;
	padding-bottom: 3em;
	background: url(../img/bg.png) repeat-y;
	background-size: contain;
	background-color: #8ED3F5;
}


/*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/bg-toumei.png);
	background-size: cover;
	background-position: center bottom;
	padding: 1rem 0 3rem ;
	position: relative;
}



.fv-wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.fv-wrap::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: 1rem;
	overflow: hidden;
}

.fv-wrap::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: 1rem;
	overflow: hidden;
}

@media screen and (max-width: 1280px){
	.fv-wrap::before {
    content: '';
    position: absolute;
    background-image: url(../img/bg-sakura1.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 150px;
    bottom: 1.25rem;
    z-index: -1;
    left: -28px;
}
	
	.fv-wrap::after {
    content: '';
    position: absolute;
    background-image: url(../img/bg-sakura2.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 150px;
    bottom: 1.25rem;
    z-index: -1;
    right: -28px;
}
}

.fv-logoList{
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    margin: 1.5rem auto;
}

.fv-logo{
	width: calc((100% - 20px) / 2);
	padding: 10px;
}

.main-title{
	max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    margin-top: -2.5em;
}

/* .sen{
	max-width: 700px;
	margin: 1rem auto -1rem;
	border: solid 1px #ffffff;
	box-shadow: 2px 3px 4px #A3986B;
} */



.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下 */

.new-year-wrap{
	max-width: 1200px;
	width: 90%;
	margin: 2rem auto;
	background: #fff;
	border: solid 5px #5DC2D0;
	border-radius: 50px 0 50px 0;
	box-shadow: 0px 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
}

.new-year-content{
	padding: 3rem;
}

.new-year-txt{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}

.new-year-card{
	max-width: 600px;
	width: 95%;
	margin: 0 auto;
}


/* 花びら */
.new-year-txt::before{
	content: '';
    position: absolute;
    background-image: url(../img/sakura1.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 70px;
    top: 7.25rem;
    left: 158px;
}

.new-year-txt::after{
	content: '';
    position: absolute;
    background-image: url(../img/sakura1.png);
	transform: scale(-1, 1);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 70px;
    top: 7.25rem;
    right: 158px;
}

.new-year-card::before{
	content: '';
    position: absolute;
    background-image: url(../img/sakura2.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 70px;
    bottom: 7.25rem;
    left: 158px;
}

.new-year-card::after{
	content: '';
    position: absolute;
    background-image: url(../img/sakura3.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 100px;
    bottom: 7.25rem;
    right: 138px;
}


@media screen and (max-width: 1100px){
.new-year-txt::before{
	content: '';
    position: absolute;
    background-image: url(../img/sakura1.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 70px;
    top: 6.25rem;
    left: 4%;
}

.new-year-txt::after{
	content: '';
    position: absolute;
    background-image: url(../img/sakura1.png);
    transform: scale(-1, 1);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 70px;
    top: 4.25rem;
    right: 8%;
}

.new-year-card::before{
	content: '';
    position: absolute;
    background-image: url(../img/sakura2.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 70px;
    bottom: 7.25rem;
    left: 8%;
}

.new-year-card::after{
	content: '';
    position: absolute;
    background-image: url(../img/sakura3.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 101px;
    bottom: 6.25rem;
    right: 3%;
}
}

@media screen and (max-width: 767px){
.new-year-txt::before,.new-year-txt::after,
.new-year-card::before,.new-year-card::after{
	content: none;
}

}

/* 花びら終わり */





/**********ボタン************/

.btn-link{

    max-width: 600px;

    display: block;
    text-align: center;
    margin: 0 auto;
}


.app_btn{
	max-width: 600px;
	margin: 2em auto 0 auto;
	 background: repeating-linear-gradient(-45deg, #12298C, #12298C 30px, #273C96 30px, #273C96 60px);
	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;
}

/**********ボタンEND************/


/***********ランキング**************/

#con-ranking{
	margin-top: 6rem;
	padding-bottom: 8rem;

}

.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;
}

@media screen and (max-width: 1280px){
	.title-img::before {
    content: '';
    position: absolute;
    background-image: url(../img/bg-sakura1.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 150px;
    bottom: 1.25rem;
    z-index: -1;
    left: -18rem;
}
	
	.title-img::after {
    content: '';
    position: absolute;
    background-image: url(../img/bg-sakura2.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 150px;
    bottom: 1.25rem;
    z-index: -1;
    right: -18rem;
}
}

.brand{
	position: relative;
}

.brand::before{
    content: "";
    position: absolute;
	background: #fff;
	/* background: linear-gradient(90deg,rgba(244, 223, 150, 1) 0%, rgba(202, 174, 68, 1) 100%); */
    width: 100%;
    height: 1%;
    bottom: 108%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
	box-shadow: 2px 3px 4px #A3986B;
}

.brand::after{
    content: "";
    position: absolute;
	background: #fff;
	/* background: linear-gradient(90deg,rgba(244, 223, 150, 1) 0%, rgba(202, 174, 68, 1) 100%); */
    width: 100%;
    height: 1%;
    bottom: 104%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
	box-shadow: 2px 3px 4px #A3986B;
}


/**************アイテム******************/
.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);
}

.g-shock{
	background: #FFFCD8;
	border: solid 5px #F2B7D2;
}

.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{
	border-radius: 50px 0 50px 0;
	max-width: 1000px;
	width: 85%;
	margin: 2.5rem auto;
	background: #fff;
	border: solid 5px #FF5BA6;
	box-shadow: 15px 15px 14px -19px rgba(0, 0, 0, 0.2);
}

.item-info{
	max-width: 550px;
	width: 100%;
	margin-right: 1rem;
}



.item-logo{
	max-width: 170px;
	
	width: 100%;
}





.item-number{
	font-size: 2.2em;
	color: #333;
	text-align: left;

}

.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.125rem;
    text-align: left;
    color: #333;
    line-height: 1.75rem;
    margin: 0 0 0.75rem 2rem;
    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;
}

.price-small{
	font-size: 0.6em;
}

.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%;
	}

	.maker-price{
		display: block;
		text-align: center;
	}

	.tab{
		display: none;
	}

	.price{
		text-align: center;
		font-size: 2.5rem;
	}

	.price-small{
		font-size: 1.8rem;
	}

	.price-down{
		font-size: 3.4rem;
	}

}


.baby-g {
    background: #FFFCD8;
    border: solid 5px #8BD979;
	margin-top: 11rem;
}

.baby-g .brand-box{
	background: #8BD979;
}

.baby-g .item-wrap{
	border: solid 5px #51B53A;
}


/*アイテムflex*/
.item-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 1.5rem;
}


.item-img--wrap{
	max-width: 275px;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	position: relative;
}



.item-img{
	max-width: 275px;
	margin: 0 auto;
	width: 100%;
}

.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;
}

.ranking-tag{
	max-width:150px;
	width: 100%;
	padding-right: 10px;

}

.brand-category{
	max-width: 470px;
	margin: 0 auto;
	width: 100%;
	margin-top: 4rem;
}

.dotted-pink {
    border: none;
    border-bottom: dotted 5px #FEA0CB; /* 下だけ点線 */
	width: 95%;
	margin: 0 auto;
}

.dotted-green{
	border: none;
    border-bottom: dotted 5px #8BD979;
    width: 95%;
    margin: 0 auto;
}

.point{
	width: 45%;
    margin: 1rem 0 0.25rem 1.5rem;
    font-size: 1.375rem;
    font-weight: 500;
    color: #FF5DA7;
    background: linear-gradient(90deg, rgba(255, 246, 127, 1) 0%, rgba(255, 246, 127, 1) 70%, rgba(255, 246, 127, 0.25) 90%, rgba(255, 246, 127, 0) 100%);
    height: 2.5rem;
}

.baby-g .point{
	color: #51B53A;
}

.point p{
	line-height: 2.25rem;
	margin-left: 0.5rem;
}


@media screen and (max-width:1000px){
	.point{
		width: 55%;
	}
}

/***********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************/



/*********************店舗一覧**********************/
#tenpo{
	margin-top: 12rem;
	margin-bottom: 9rem;
}

.tenpotitle-bk{
	max-width: 980px;
    width: 85%;
    background-color: #FFC506;
    color: #fff;
    margin: 1.5rem auto;
    text-align: center;
    border-radius: 50px 0 50px 0;
    font-size: 2.5rem;
    padding: 1rem;
    font-weight: bold;
}

.sen{
	max-width: 850px;
	width: 80%;
    margin: 3rem auto 5rem;
	border: solid 1px #E5AF00;
	box-shadow: 0px 1rem 2rem -2rem rgba(0, 0, 0, 0.5);
}

/* 地方アコーディオン */
.accordion-001 {
    background-color: #FED961;
  	overflow: hidden;
	border-bottom: solid 1px #FFCC27;
}

.accordion-001 > summary {
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  outline: none;
  color: #fff;
}

/* 県アコーディオン */
.accordion-002 {
  background: #FFF5C3;
    border-bottom: solid 1px #ffe18d;
}

.accordion-002:last-child{
	border-bottom: none;
}

.accordion-002 > summary {
  padding: 12px 18px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  color: #C99A00;
}

/* アコーディオンの中身 なめらかアニメーション */
.accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1), opacity .3s, padding .3s;
}

/* 開いてる時に展開 */
.accordion-001[open] .accordion-content,
.accordion-002[open] .accordion-content {
  max-height: 630px;   /* 内容に合わせて調整してね（十分に大きい値） */
  opacity: 1;
}



/* 店舗リスト */
.tenpo{
	margin-bottom: 4rem;
}

.accordion-002 > div {
  padding: 0.75rem 0 0.75rem 2.5rem;
  color: #C99A00;
  font-size: 0.95em;
  background: #fff;
}

/* 共通：デフォルトの三角マーカーを消す */
.accordion-001 > summary,
.accordion-002 > summary {
  position: relative;
  padding-right: 2.5em; /* アイコン分の余白 */
  list-style: none;

}

.accordion-001 > summary{
	box-shadow: 0px 7px 14px -15px gray;
}

.area{
	margin-left: 1.5rem;
}

.ken{
	margin-left: 1.5rem;
}

.accordion-001 > summary::-webkit-details-marker,
.accordion-002 > summary::-webkit-details-marker {
  display: none;
}

/* プラス/マイナスアイコン（2本の棒） */
.accordion-001 > summary::before,
.accordion-001 > summary::after,
.accordion-002 > summary::before,
.accordion-002 > summary::after {
  content: '';
  position: absolute;
  right: 1.2em;
  top: 51%;
  width: 1.2em;
  height: 0.1rem;
  background: #fff;
  transition: transform .3s;
}

.accordion-002 > summary::before,
.accordion-002 > summary::after{
	background: #e5ae13;
	margin-right: 0.5rem;
}

/* 縦棒だけ、見た目をプラスへ */
.accordion-001 > summary::after,
.accordion-002 > summary::after {
  transform: translateY(-50%) rotate(90deg);
}

/* open時（開いたらマイナスに） */
.accordion-001[open] > summary::after,
.accordion-002[open] > summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.tenpo-link{
	background: repeating-linear-gradient(-45deg, #FFC506, #FFC506 30px, #FFCA1C 30px, #FFCA1C 60px);
}



/***********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;
}

.table-wrap::after{
	position: absolute;
	right: 25px;
	bottom: 155px;
	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: 767px){
	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: 767px){
	
	.timetime-logo{
		width: 73%;
		margin-top: 2em;
	}
	
	.navy{
		    padding: 3em 10px 1em 10px;
	}

	#fv{
		padding-top: 2em;
	}
	
	.onlyitem-newitem{
		width: 80%;
	}
	
	.main-title{
		width: 95%;
		margin: -1.5rem auto 0;
	}

	.sen {
		width: 95%;
		margin: 0 auto;
	}

	.main-img {
		width: 100%;
	}
	
	.day-box{
		margin: 0 auto;
	}
	
	.day{
		width: 85%;
	}

	.fv-logoList{
    	max-width: 400px;
		width: 80%;
    	margin: 1.5rem auto 2.5rem;
	}

	
	.fv-logo{
		padding: 3px;
	}

	    .fv-wrap::before {
			content: none;
		}
	
		
	    .fv-wrap::after {
			content: none;
		}
	
	#con-wrap{
		padding-top: 1em;
	}
	
	
	
	.brand-list{
		flex-wrap: wrap;
	}
	
	.brand-list li{
		    width: calc((100% - 20px) / 2);
	}

	.con-wrap{
		border-radius: 30px 0 30px 0;
		margin-top: 1rem;
	}

	.new-year-wrap{
		border-radius: 30px 0 30px 0;
		border: solid 3px #5DC2D0;
	}
	
	.new-year-content{
		padding: 1.5rem;
	}

	.new-year-txt{
		width: 75%;
		margin: 1rem auto 0;
	}
	
	#con-ranking {
    margin-top: -7rem;
	padding-bottom: 3rem;
	}
	
	
	.title-img{
		width: 70%;
		margin: 0 auto;
		padding-bottom: 1rem;
	}

	.title-img::before {
		width: 100px;
        bottom: 1.25rem;
        height: 80px;
        left: -5.5rem;
	}

	.title-img::after {
		width: 100px;
        bottom: 1.25rem;
        height: 80px;
        right: -5.5rem;
	}

	
	
	
	.item-wrap{
		flex-wrap: wrap-reverse;
		justify-content: center;
		background-image:none;
		margin: 1rem auto;
		width: 92%;
		padding: 0.2rem;
		border-radius: 30px 0 30px 0;
	}
	
	.item-info .pc_only{
		display: none;
	}
	

	.item-img--wrap{
		margin: 0 auto;
		width: 75%;
		max-width: 300px;
	}
	
	.brand-title{
		    width: 78%;
    margin-top: 3em;
	}
	
	.g-shock{
		border: solid 3px #F2B7D2;
	}

	.g-shock .item-wrap{
		border: solid 3px #FF5BA6;
	}

	.baby-g{
		border: solid 3px #8BD979;
		margin-top: 2rem;
	}

	.baby-g .item-wrap{
		border: solid 3px #51B53A;
	}


	.recomend{
		display: block;
		padding-left: 0;
	}

	.tag-wrap{
		position: relative;
	}

	.ranking-tag{
		position: absolute;
		width: 50%;
		top: 0;
		left: -2.5rem;
	}

	.item-img{
		margin: 1.5rem 1.5rem 0;
		width: 100%;
	}

	.point{
		width: 65%;
		margin: 1rem 0 0.25rem 0.7rem;
		font-size: 1.2rem;
		height: 2rem;
		max-width: 220px;
	}



	.brand-box{
		padding: 20px;
		border-radius: 20px 0 0 0;
	}

	.brand-logo{
		width: 60%;
		max-width: 300px;
	}
	
	
	.item-shop{
		max-width: 150px;
	}
	
	.recomend-tag{
		max-width: 84px;
	}
	
	
	.item-number{
		font-size: 1.5rem;
		margin-bottom: -1rem;
	}
	
	
	.copy{
		font-size: 0.9rem;
		margin:  0 0 0.75rem 1rem;
		line-height: 1.35rem;
	}

	.maker-price{
		display: block;
	}
	
	.maker-copy{
		font-size: 1rem;
		text-align: left;
		margin: 0 0 0 0.3rem;
	}

	.price-down-flex{
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	margin: -0.8rem 0 1.2rem 0;
	}

	.price{
		text-align: left;
		font-size: 1.75rem;
		font-weight: 500;
	}

	.down{
		max-width: 30px;
		margin: 0 0 -1rem 1rem;
	}

	.down img{
		transform: rotate(-90deg);
	}

	.price-down{
		font-size: 2.15rem;
		margin-top: 0.5rem;
	}
	
	.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;
	}


	.tenpotitle-bk{
		max-width: 680px;
		width: 95%;
		margin: 1.25rem auto;
		border-radius: 35px 0 35px 0;
		font-size: 1.5rem;
	}

	.accordion-001 > summary,
	.accordion-002 > summary {
		position: relative;	
		padding-right: 2.5em; /* アイコン分の余白 */
		list-style: none;
		font-size: 1.25rem;
}

.area, .ken{
	margin-left: 0.75rem;
}

	.accordion-002 > summary::before, .accordion-002 > summary::after{
		margin-right: 0;
}

.accordion-002 > div {
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
}


	
	.bland-list-inner{
		    border-radius: 20px;
		padding: 45px 10px 45px 10px;
		margin-top: 0;
	}


	.table-wrap::after{	
		right: 8px;
		bottom: 6px;
		content: "";
		background:url("../img/scroll-down.png") no-repeat;
	    background-position: center;
		background-size: contain;
	    width: 82px;
    	height:360px;	
	}
	
	

	
	
	.table-wrap{
		
    margin-top: 1em;
	}
	
	#bland-list{
		padding-top: 3em;
		padding-bottom: 3em;
		border-radius: 50px 50px 0 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;
	}
	
	
.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;
    }
}
*/






























