@charset "UTF-8";
/* CSS Document */
*,
::before,
::after{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ul,ol{
	list-style:none;
}
a{
	color:inherit;
	text-decoration:none;
}
body{
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:16px;
	color:#23544E;
	line-height:1;
	background-color: #ffffff;		
}
img{
	max-width:100%;
}
.header-inner{
	max-width:1200px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header-cart{
	width:40px;
	margin-left:auto;
	margin-right:30px;
}
.toggle-menu-button{
	display:none;
}
.header-logo{
	display:block;
	width:170px;
}
.site-menu ul{
	display:flex;
	}
.site-menu ul li{
	marin-left:40px;
	margin-right:40px;
}
.footer{
	color:#23544E;
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:15px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer ul {
	display:flex;
}
.footer ul li{
	margin-left:30px;
	margin-right:30px;
}
.youtube{
	width:40px;
}
.instagram{
	width:35px;
}
.tiktok{
	width:35px;
}
.facebook{
	width:22px;
}

.footer-logo{
	display:block;
	width:170px;
	margin-top:90px;		
}
.copyright{
	font-size:14px;
	margin-top:90px;
}

/*iphone8*/
@media (max-width:800px){
	.wrap-original{
		overflow:hidden;
	}
	.site-menu ul{
	 display:block;
	 text-align:center;
		white-space: nowrap;
	}
	.site-menu li{
	 margin-top:20px;	
	}
	.header{
		position:fixed;
		top:0;
		left:0;
		right:0;
		background-color: #ffffff;
		height:60px;
		z-index:10;
		box-shadow:0 5px 10px rgba(0,0,0,0.05);
	}
	
	.store-header{
		background-image: url("storeimages/storeheader.jpg");
	}
	.header-inner{
		padding-left:20px;
		padding-right:20px;
		padding-top: 5px;
		height:100%;
		position:relative;
	}
	.header-logo{
		width:130px
	}
	.header-site-menu{
		position:absolute;
		top:100%;
		left:0;
		right:0;
		color:#23544E;
		background-color:#FFFFFF;
		opacity:0.8;
		padding-top: 30px;
		padding-bottom: 50px;
		display:none;
	}
	.toggle-menu-button{
		display:block;
		position:fixed;
		right:50px;
		width:25px;
		height:30px;
		background-image:url("images/hamburger.jpg");
		background-size:90%;
		background-position:center;
		background-repeat:no-repeat;
		background-color:transparent;
		border:none;
		border-radious:0;
		outline:none;
		}
	.header-site-menu.is-show{
		display:block;
	}
	.header-cart{
		position:fixed;
		right:75px;
	width:25px;
}
	

.first-view{
	height:100vh;
	background-image:url("images/topimage.jpg");
	backgrond-repeat:no-repeat;
	background-position: center center;
	background-size:100%;
	}
	
	rt{
		display:none;
	}
	
	ruby[data-ruby]::before{
		content:attr(data-ruby);
		position:absolute;
		margin-top: -3.5em;
		margin-left:1em;
		margin-right:1em;
		font-size: 0.6em;
		font-weight: 100;
		font-family:Verdana, Geneva, "sans-serif";
		text-align:center;
	}
	
	/*コンセプト本文*/
	article {
		max-width:auto;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		background-image: url("images/poemback.jpg");
		background-size:170%;
		background-position:center;
		background-repeat:no-repeat;
		color:#ffffff;
		line-height:4
	}
	
	/*コンセプトタイトル*/ 
	article h1{
		font-size: 18px;
	}
	/*商品について　本文*/
	.producthonbun{
		max-width:auto;
		text-align: center;
		padding-top: 20px;
		background-color: #ffffff;
		line-height: 3.5;
		font-size: 14px;
		}
	
	/*商品について＆アロエについて　タイトル*/
	h2{
		padding-top: 80px;
		font-size:16px;
		text-align: center;
	}
	
	.aloe1{
		display:block;
		margin-left: 80px;
		padding-left: 50px;
		padding-right:50px;
		padding-top: 40px;
		padding-bottom: 40px;
		}
	/*イヴヴィーガン本文*/
	.eve{
		background-image: url("images/eveback.jpg");
		background-position:center center;
		background-repeat: no-repeat;
		background-size:80%; 
		
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 45px;
		padding-bottom: 50px;
		
		
		font-weight: 200;
		font-size: 10px;
		line-height: 2;
		color:#ffffff;
		
	}
	/*イヴヴィーガンタイトル*/
	h3{
		text-align: center;
		font-size:12px;
		font-weight: 500;
		}
	/*アロエについて　本文*/
	.aloehonbun{
		max-width:auto;
		text-align: center;
		padding-top: 20px;
		background-color: #ffffff;
		line-height: 3.5;
		font-size: 14px;
	}
	.aloe2{
		padding-left: -50px;
		padding-right: -50px;
	}
		

	
	.footer{
	color:#23544E;
	background-color:#ffffff;
	padding-top:60px;
	padding-bottom:15px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.footer-logo{
		width:150px;
		margin-top:30px;
		margin-bottom:auto;
	}
	footer ul {
	display:flex;
}
.footer ul li{
	margin-left:5px;
	margin-right:5px;
}
.youtube{
	width:25px;
}
.instagram{
	width:20px;
}
.tiktok{
	width:18px;
}
.facebook{
	width:12px;
}
.twitter{
	width:25px;	
	}

	.copyright{
		margin-top: 30px;
		padding-bottom: 10px;
	}
/*ストアページ（headerとfooterは共通）*/
	.online h2{
		color:#3B65D6;
	}
	
	.flex-container{
		display:flex;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.online li{
		margin-left: 10px;
		margin-right: 10px;
	}
	.offline h2{
		color:#CC3261;
	}
	.flex-container2{
		justify-content: center;
		padding-top: 20px;
		display:flex;	
		flex-wrap:wrap;
		width:auto;
	}
	.offline li{
		flex-basis:120px;
		padding:5px;	
	}
}

@media (max-width:1300px){
	.flex-container{
		display:flex;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.online li{
		margin-left: 10px;
		margin-right: 10px;
	}
	.offline h2{
		color:#CC3261;
	}
	.flex-container2{
		justify-content: center;
		padding-top: 20px;
		display:flex;	
		flex-wrap:wrap;
		width:auto;
	}
	.offline li{
		flex-basis:150px;
		padding:10px;	
	}
	
	
	
}

