@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Amatic+SC:wght@700&family=Noto+Sans+JP:wght@400;500;700;900&family=Road+Rage&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	
}

a{text-decoration: none;color:#2C97DB;}
div{margin: 0 auto;width: 100%;text-align: center;}

#container{
	position:relative;
	width: 100%;
	margin: 0 auto;text-align: center;
	font-family:'Noto Sans JP', sans-serif;
	font-weight: 400;
	overflow: hidden;
	color:#333;
	line-height: 2;

	
}
#main{max-width: 750px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	/*background-color: #FDFCEE;*/
	}
section{}
.text{
	padding: 50px 5%;
	font-size: 1.2rem;
	line-height: 2;
	width: 90%;
	text-align: center;
	color:#2C97DB/*#2978B5*/;
}
#top{position: relative;}
h1{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	margin:0 0 20px 0;
	
	
}

.bdlogo{position: absolute;top:5px;right: 5px;width: 150px;}
.slider-pro{position: relative;}
.ranking{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: 100px;
	height: 100px;
	font-size:2rem;
	background-color:#FFEE72;/* #FED049FBE0C4*/
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	left:-2%;
	top:-2%;
	color:chocolate/*#F48B29*/;
	transform: rotate(-5deg);
	/*border:solid 1px #333;*/
}
.ranking p{line-height: 1;font-family: 'Playfair Display', serif;}/**/




.price_txt{padding: 30px 5%; }
.price_img{margin-top: 30px;}
.ttl{padding: 20px 0;}

.sp-arrows{color: #333;}
.ckbtn{
	font-size: 1.3rem;;
	border: solid 1px #2C97DB;
	/*background-color:;*/
	border-radius: 20px;
	display: inline-block;
	padding: 2px 70px;
	font-weight: 700;
	margin-bottom: 50px;
}

.goods{margin-bottom: 30px;position: relative;}
.user{
	font-family: 'Road Rage', cursive;
	font-size: 3.5rem;
line-height: 1.5;
	display: inline-block;
	background-color:rgba(228,228,228,0.8); ;
	padding: 0 15px;/**/
}
.caption{
	position: absolute;
    left:0;
}
/*#coodi3{display: flex;width: 100%;flex-wrap: wrap;align-items: center}
.goodsflex{flex-basis: 50%;}*/
#coodi3 img{width: 80%;}
.last_btn{
	width: 95%;
	margin: 0 2.5%;
	border: solid 2px #0061A8;
	padding: 5px 0;
	font-weight: 700;
	font-size: 1.3rem;
	border-radius: 30px;
}
.last_btn a{color:#0061A8;}
#gFooter address {
    padding: 35px 5px 56px;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-family: "Helvetica Neue" , Helvetica , Arial , sans-serif;
    background-color: #D9D9D9;
}

#gFooter{
	

	}
/*--------------------------------smartphone----------------------------------------------------------------------------------------------------------*/

@media all and (max-width: 749px) {
	.ribbon2{width: 100%;}
	h3{font-size: 1.1rem;}
	
h1{
	font-size: 1.2rem;

}
	.ttl p{font-size:1.1rem;}
	.text p{font-size:1rem;}
	.last_btn{
	font-size: 1rem;	
}
	.price p{font-size: .9rem;}
	.price .price_txt p{font-size: 1rem;}
	.ckbtn{
	font-size: 1.1rem;
	}

	.ranking{width: 80px;height: 80px;font-size: 1.6rem;}
	#coodi3 img{width: 100%;}
	.bdlogo{width: 100px;top:0;}
}

/*-----------------------site-header---------------------*/
.site-header{

    display: none;
 
    position: absolute;

	z-index: 99999;
}
.gnav__menu{
	width: 100%;

	/*justify-content:space-around;*/
	
}
.gnav__menu__item{
	
	
	height: 70px;
		width: 70px;
		padding:  5px;
	list-style: none; 
	border-radius: 50%;
		display:flex;
		align-items: center;
		justify-content:center;
	line-height: 1;
	background-color: #2978B5;
	
}
.gnav__menu__item a{color:#fff;}

.site-header.show{
	 display:flex;
    position: fixed;
    top:300px;
	z-index: 99999;
}
@media all and (max-width: 749px) {
	
.gnav__menu{
		display: flex;	
	}

	.gnav__menu__item{
		height: 50px;
		width: 50px;
		padding:  5px;
		margin: 0;
	    font-size: .9rem;
		
	}/**/
}

/*--------------------------------------------------slider pro-----------------------------------------------------------*/