@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&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:#646464;}

.pink{background-color:#FFEFE8;}
.purple{background-color:#EEE4EE;}
.orange{background-color:#FFF6EC;}
.pink, .purple, .orange{padding-bottom: 50px;}
/*----------------------------------------------------------------------------------
use color


----------------------------------ALL use------------------------------------------------------*/

#container{
	position:relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 500;
	overflow: hidden;
	color:#333333;
	line-height: 2;
	
}
#container2{}
section{
	padding: 0px 5%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	
	/**/
}
.text{
	
	padding: 20px 10%;
	font-size: 1.2rem;
	line-height: 2;
	width: 80%;
	
}
h1{font-size: 2.5rem;
	line-height: 1.3;
	font-family: 'Zen Maru Gothic', sans-serif;

	color:#333;
	font-weight: 900;
	text-align: center;
	padding-bottom: 20px;
}

.text p{text-align: left;}

.last_btn{
	margin: 100px 0;
	display: inline-block;/**/
	padding: 7px 10px;
	border-radius: 30px;
	
	font-size: 1rem;
	background-color:#F19AC3;
}
.last_btn a{color:#fff;}
.icon{position: absolute;}

/*--------------------------------------------------------------*/
#top{

	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
	
}

.babydoll_Logo{position: absolute;top:15px;left: 15px;width: 150px;}

.top_sp{display: none;}




.goodsbox {
	margin-top: 50px; 
	padding: 30px 20px 20px 20px;
	
	
}

.goods{position: relative;}


.flex{display: flex;width: 100%;position: relative;}
.flex div{flex-basis: 85%;}
.coodi_all{margin-left: 7.5%;}
.coodi_up{width: 40%;margin-top: -35%;margin-right: -100%;padding: 10px;background-color: #fff;transform: rotate(5deg);box-shadow:1px 1px 2px rgba(227,215,215,0.7); }



.goods_price{display: flex; align-items: center;width:100%;flex-wrap: wrap;}
.price_item{flex-basis:50%;position: relative;}
.price_item2{flex-basis:33.3%;position: relative;margin-bottom: 20px;}
.item0{width: 50%;}
.item0_1{width: 50%;}
.cool{
	width: 80px; 
	height: 80px;
	background-color:lightblue;
	color:#fff; 
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:-2%;right:5%;
	font-size: .9rem;
}
.cool2{
	background-color:lightblue;
	color: #fff;
	padding:0px 15px;
	border-radius: 7px;
	margin-left: 5px;

	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: .8rem;
	font-weight: 700;
}
.price_item2 p{line-height: 1.5;font-size: .8rem;}
.price_item2 a {color:#646464;/*font-family: 'Noto Sans JP', sans-serif;font-weight: 300;*/}

.orange .goods_price{padding: 5% 0; background-color: #fff;border-radius: 30px;}
.ckbtn{
	display: inline-block;
	position: relative;
	/*background: linear-gradient(transparent 25%, #D2EDEE 25%);line-height: 1.5;*/
	background-color:lightblue;
	border-radius: 10px;
    padding: 0 15px;
	margin-top: 10px;
	font-weight: 500;
	font-size:1rem; 
	
	font-family: 'Noto Sans JP', sans-serif;
}
.ckbtn a{color:#fff;}/*#92BFBB*/
/*-----------------------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:#E8798D;
}
.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;/*0px*/
		margin: 0;
	    font-size: .9rem;
		border-radius: 50%;
		display:flex;
		align-items: center;
		justify-content:center;
		
	}}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#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{
	margin-top: -20px;
	/*bottom:0;*/

	}


@media all and (max-width: 749px) {
	.mainVisual{
		width:100vw;
		
	}
	
	#top{padding-bottom: 30px;}
	.top_pc{display: none;}
	.top_sp{display:block;}
h1{font-size: 1.6rem;
	line-height: 1.3;
	font-family: 'Zen Maru Gothic', sans-serif;
	/*font-family: 'RocknRoll One', sans-serif;*/
	
	font-weight: 900;
	text-align: center;
	padding-bottom: 20px;
}

	section{width: 100vw;padding: 0 0 30px 0;}
	.text{
	
	padding: 0px 5%;
	font-size: 1rem;
	line-height: 1.7;
	width: 90%;
	
}
	
	.babydoll_Logo{top:13px;right: 10px;width: 120px;}
	.goods_price p{font-size:.9rem;line-height: 1.5;}
	
	.goods_price{;width: 100%;padding-bottom:0px;}
	.price_item{flex-basis:50%; font-size: .9rem;}
	
	.goodsbox {
	margin-top: 20px;
    padding: 30px 0px 10px 0px;
	margin-bottom: 20px;
		
}
	.goods_price img{width: 85%;}
	.goods_price .item0{width: 60%;}
	.goods_price .item0_1{width: 50%;}
	
	.boxtz{margin-top: -10px;}
	


	.last_btn{margin: 50px 20px;display: block;}
	
	.flex{display: block;}
	.flex div{flex-basis: 100%;}
	.coodi_all{margin-left: 0%;}
	.coodi_up{width: 75%;margin-top: 10%;margin-right: 0;background-color: #fff;transform: rotate(2deg);/**/box-shadow:1px 1px 2px rgba(227,215,215,0.7); }
	
	.pink, .purple{padding-bottom: 40px;}
	.price_item2{flex-basis:50%;}
	.goods_price .price_item2 img{width: 85%;}
	.goods_price .price_item2 p{font-size: .8rem;letter-spacing: -0.07em;margin-top: -10px;}
}











