@charset "utf-8";

/* CSS Document */

body{
	font-size: 22px;
	color: #db7bb1;
	background-color: #000;
}

/*headerAREA*/
nav{
	position: relative;
}
.nav{
	width:100%; 
	background-color: #000;
	display: flex;
}
.navLogo{
	padding: 10px;
}
.flex{
	margin: 0 auto;
}
/*ハンバーガーメニュー*/
#content00 {
z-index: 10;
	position: relative;
	overflow: auto;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #000;

}

/*#button1:hover {
  opacity: .6;
}*/
.list1 {
  display: block;
  width: 300px;
  position: fixed;
  top: 50px;
  right: -120%;
  padding: 0;
  background: #000;
  transition: all 0.8s;
z-index: 20;	
}
.list1 li {
  list-style: none;
  border-bottom: 1px solid  #db7bb1;
}
.list1 li:last-child {
  border-bottom: none;
}
.list1 li:hover {
  opacity: .6;
}
.list1 li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
	font-family: "active-one", sans-serif;
	font-weight: 400;
	font-style: normal;
  color:  #db7bb1;
}
.open {
  right: 0;
}
.nav a {
	text-decoration: none;
	color: #fff;
}

a :hover{
	opacity: .6;
	color: #fff;
	background: #dc6688;
}
#button1{
	display: none;
}
.nav li{
	font-family: "active-one", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	color: #fff;
	display: inline-block;
	padding: 30px;
}


@media screen and (max-width:431px){
.nav ul{
	display: none;
}

	#button1{
		display: block;
		position: fixed;
		right: 0;
		top: 0;
	}
}

/*FirstViewAREA*/
.fv{
	background: 
url("images/bg_firstph.jpg") center no-repeat;
	background-size:cover;
	height: 100vh;
}

.fv h1{
	font-family: "active-one", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100px;
	color: #232323;
 	padding: 200px 40px;
}
@media screen and (max-width:431px){
	.fv{
		height: 100%;
	}
	
.fv h1{
	font-size: 70px;
	padding: 100px 40px;
	}
}
/*content01AREA*/

.content01{
	background: url("images/bg_gppink.png") center no-repeat;
	background-size:cover;
	height: 100vh;
	position: relative;
}

.content01 h2{
 	font-family: "Abril Fatface", serif;
  	font-weight: 400;
  	font-style: normal;
	color: #232323;
	font-size: 50px;
	position: absolute;
	top: 20%;
	right: 20%;
	z-index: 1;
}

.conText01{
	font-family: "ta-koigokoro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	line-height: 1.5em;
	position: absolute;
	top: 30%;
	right: 10%;
	z-index: 1;
}

.conText02{
  	font-family: "Sawarabi Mincho", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 24px;
	color: #fff;	
	position: absolute;
	top: 65%;
	right: 10%;
	z-index: 1;
}
@media screen and (max-width:431px){
	.content01{
	background: url("images/bg_gppink.png") center no-repeat;
	background-size:cover;
	height: 100%;
	position: static;
}

.content01 h2{
 	font-family: "Abril Fatface", serif;
  	font-weight: 400;
  	font-style: normal;
	color: #ab37d5;
	font-size: 30px;
	position: static;
	text-align: right;
	padding: 10px;
	margin: 10px auto;
	z-index: 1;
}

.conText01{
	font-family: "ta-koigokoro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
	letter-spacing: -0.1em;
	position: static;
margin-bottom: 10px;
	z-index: 1;
}

.conText02{
  	font-family: "Sawarabi Mincho", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 18px;
	color: #fff;	
	position:static;
letter-spacing: -0.1em;
	z-index: 1;
}
}
/*.circle-1{
	width: 500px;
	height: 450px;
	background-color: #db7bb1;
	border-radius: 60% 30% 40% 50% / 45% 45% 40% 40%;
	position: absolute;
	top: 10%;
	right: 10%
}
.circle-2{
	width: 300px;
	height: 300px;
	background-color: #ab37d5;
	border-radius: 51% 45% 60% 40% / 42% 46% 42% 50%;
	position: absolute;
	top: 40%;
	left: 15%;
}

.circle-3{
	width: 230px;
	height: 230px;
	background-color: #1ba466;
	border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
	position: absolute;
	top: 18%;
	left: 25%;
}*/

#content02 h3{
	font-size: 30px;
	font-weight: bold;
	color: #db7bb1;
	text-align: center;
	padding: 30px;
}

#content02 a{
text-decoration: none;
	color: #fff;
}

.container{
    display: grid;
	width: 850px;
   	grid-template-rows: 400px 400px 400px;
 	grid-template-columns: 400px 400px;
	margin: 50px auto;
	gap: 50px;
}
.itemA{
	background: url("images/bg_NEWARRIVAL.gif") no-repeat;
	background-size:cover;
	font-size: 40px;
	font-weight: bold;
	padding: 175px 45px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
}

.itemB{
	background: url("images/DUNUT_03.jpg") no-repeat;
	background-size:cover;
	font-size: 40px;
	font-weight: bold;
	padding: 175px 120px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
}

.itemC{
	background: url("images/CAFE_03.jpg") no-repeat;
	background-size:cover;
	font-size: 40px;
	font-weight: bold;
	padding: 175px 140px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
}

.itemD{
	background: url("images/SPECIAL_02.jpg") no-repeat;
	background-size:cover;
	font-size: 40px;
	font-weight: bold;
	padding: 175px 100px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
}

.itemE{
	background: url("images/ONLINESHOPPING_03.jpg") no-repeat;
	background-size:cover;
	font-size: 45px;
	font-weight: bold;
	padding: 160px 70px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 3px;
}

.itemF{
	background: url("images/SHOPNEWS_03.jpg") no-repeat;
	background-size:cover;
	font-size: 40px;
	font-weight: bold;
	padding: 175px 60px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
}
@media screen and (max-width:431px){
.container{
    display: block;
	width: 100%;
	
   	/*grid-template-rows: 400px 400px 400px;
 	grid-template-columns: 400px 400px;*/
	margin: 50px auto;
}
	.itemF{
		padding: 175px 120px;
	}
}

/*mapAREA*/
.map h3{
	font-size: 30px;
	font-weight: bold;
	color: #db7bb1;
	text-align: center;
	padding: 30px;
}

.mapFr{
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.mapFr iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
vertical-align: bottom;
	display: block;
}

/*totheTOP*/
.top{
	text-align: right; 
	padding: 0 20px 10px;
}

/*footerAREA*/
.footer{
	border: solid #db7bb1;
	width: 90%;
	padding: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.footerText{
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	border-bottom: solid;
	display: inline-block;
}

.snsIcon{
	display: flex;
	justify-content: space-around;
	padding: 15px;
}

.icon-facebook2:before {
  content: "\ea91";
	color: #fff;
	font-size: 30px;
}

.icon-instagram:before {
  content: "\ea92";
	color: #fff;
	font-size: 30px;
}

.footerAd{
	padding: 10px;
	line-height: 1.4em;
}

.copy{
	text-align: center;
	padding: 20px;
}
@media screen and (max-width:431px){
	.footer{
	border: solid #db7bb1;
	width: 90%;
	padding: 10px;
	margin: 0 auto;
	display: block;
	
}

}