@charset "UTF-8";
/* CSS Document */

/*head*/
html{
	font-size: 62.5%;  /*フォントサイズ１０pxが基準に*/
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
	color: #8b8b8b; 
}

body{
	font-size: 1.6rem;
}

a{
	color: #8b8b8b;
	text-decoration: none;
	font-family: 'Open Sans'
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a img:hover{
	opacity: 50%;
	transition: all 0.7s;
}

a p:hover{
	color: #000000;	
	transition: all 0.7s;
}

.display-sp{
	display: none;
}

.display-pc{
	display: block;
}

.text-shadow{
	text-shadow: 2px 2px 2px #c0c0c0;
}
/*/head*/

/*loading*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/*top文字をふわっと登場させる*/

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/*header*/

.logo{
	max-width: 60%;
	height: auto;
}

.header{
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(160, 166, 179, 0.3);
	z-index: 30;
	top: 0;
	position: absolute;
	position: fixed;
}

/*ついてくるnav*/
#navi{
	position: relative;
	top: 10px;
}

.nav{ /*div*/
	width: 80%;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}


.nav-list{ /*li*/
	font-size: 1.5rem;
	display: inline-block;
	width: 16%;
}

.nav-list:last-child{
	padding: 0;
}

.shopping-bag{
	max-width: 30%;
	height: auto;
}


.header-img{
	width: 100%;
}

/*/header*/


/*main*/

.section-title{
	text-transform: uppercase;
	font-size: 5rem;
	text-align: center;
	margin-top: 90px;
	letter-spacing: 2rem;
	font-family: 'Open Sans'
}

.section-title__topics{
	letter-spacing: 1.3rem;
}

.sub-title{
	letter-spacing: 0.2rem;
	border-bottom: solid 1px #8b8b8b;
	font-family: 'Open Sans'
}

/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
	z-index: 500;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #B9CD7C;
    border-radius: 50%;
    line-height: 50px;
	z-index: 500;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
	z-index: 500;
}

/*message*/



.message{
	padding: 90px 30px;
	font-family: 'Noto Sans JP';
}

.message h1{
	font-size: 6rem;
	margin-bottom: 180px;
	text-align: center;
	color: 333333;
	letter-spacing: 0.6rem;
	line-height: 12rem;
	
}

.message-h1__02{
	letter-spacing: 0.3rem;
}

.message p{
	font-size: 2.5rem;
	line-height: 6rem;
	text-align: center;
	max-width: 75%;
	margin: 0 auto;
}

/*/message*/



/*news*/

.news{ /*div*/
	width: 100%;
	background-color: #F8F4F3;
	margin-top: 90px;
	margin-bottom: 90px;
	overflow: hidden;
	z-index: 10;
}

.news-list{ /*ul*/
	margin: auto;
	justify-content: space-between;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 90px;
	margin-left: 30px;
	text-align: center;
}

.news-list__item{ /*li*/
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin-right: 20px;
	background-color: #fff;
	margin-bottom: 45px;
}

.btn{
	margin: 0 auto;
	width: 268px;
	display: block;
	text-align: center;
	background-color: #B9CD7C;
	padding: 20px 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1rem;
	margin-bottom: 90px;
}

/*/news*/

/*links*/
.topics{ /*div*/
	margin-top: 90px;
	margin-bottom: 90px;
	
}

.topic-list{ /*ul*/
	margin: 0 auto;
	justify-content: space-between;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 90px;
	margin-left: 30px;
	text-align: center;
}

.topic-list__item{  /*li*/
	display: inline-block;
	text-align: center;
	background-color: #f8f4f3;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 45px;
}


.topic-img{
	padding: 10px;
}

.topic-text{
	padding: 10px 10px 40px 10px;
	text-align: left;
	line-height: 3rem
}
/*/links*/


/*/main*/


/*footer*/
.footer{
	text-align: center;
	margin: 0 auto;
	background-color: #f8f4f3;
	padding-top: 90px;
	padding-bottom: 90px;
}

.footer-nav{
	margin: 0;
	padding: 0;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.footer-logo{
	margin-bottom: 60px;
	max-width: 10%
	
}

.footer-shopping-bag{
	max-width: 40px;
	margin-bottom: 40px;
}

.address{
	line-height: 3rem;
	margin-bottom: 90px;
}


/*/footer*/

@media screen and (max-width:560px) {
	
	.display-sp{
		display: block;
	}
	
	.display-pc{
		display: none;
	}	
	
/*hamburger menu*/
	#header{
		z-index: 500;
	}
	
	#header #navi {
	  transition: all .6s;
	  overflow-y: auto;
	　padding-top: 40px;
	  width: 300px;
	  height: 100vh;
	  z-index: 400;
	  top: 0;
	  right: -320px;
	  background-color: #fff;
	  position: fixed;
}
 
#header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 7px;
  right: 7px;
  cursor: pointer;
  position: absolute;
	background-color: #B9CD7C;
}
 
.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #fff;
  position: absolute;
}
 
.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 21px; }
.hamburger_line3 { top: 32px; }
 
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}
 
/* 表示された時用のCSS */
.nav_open #header #navi { left: 0; }
 
.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}
 
.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}
 
.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}
 
.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}
	
	#header{
		box-shadow: none;
		position: fixed;
		right: 10px;
		z-index: 500;
		background-color: transparent;
	}
	
	.logo-sp{
		height: 50px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
/*nav*/
	
	.nav-list{ /*li*/
	margin-top: 40px;
	display: block;
	margin-left: 30px;
	text-align: center;
	font-size: 1.3rem;
	z-index: 30;
	}	
	
	.logo{
		max-width: 130%;
		height: auto;
	}
	
	.shopping-bag{
		max-width: 80%;
	}
	
/*main*/
	#main{
		z-index: 20;
	}
	
/*message*/
	.message h1{
		line-height: 6rem;
		font-size: 4rem;
		text-align: center;
	} 
	
	
	.message p{
		font-size: 2rem;
		line-height: 3.5rem;
		max-width: 100%;
		text-align: left;
		margin: 0;
	}
	
	.message{
		margin-bottom: 45px;
		padding-bottom: 0;
	}
	
/*news*/
	.news-list{
		margin-bottom: 45px;
		margin-left: 0;
	}
	.news-list__item {
		margin-right: 0;
		margin: 0  auto;
		margin-bottom: 45px;
	}
	
	.news{
		margin-bottom: 0px;
	}
	
	.btn{
	margin: 0 auto;
	width: 268px;
	display: block;
	text-align: center;
	background-color: #B9CD7C;
	padding: 20px 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1rem;
	margin-bottom: 45px;
}
	
/*topic list*/
	.topic-list{
		margin-left: 0;
	}
	
/*footer*/
	.footer-logo{
		max-width: 30%;
	}
}