@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	background: #edece8;
	
	
	
}

body {
	width: 100%;
	height: 100%;
	color: #000;	
	margin: 0 auto;	
	
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}



.pc_only{
	display: inline;
}

.sp_only{
	display: none;
}


/***************************************

contents TOP

***************************************/




.top_wrap{
	width: 100%;
	text-align: center;
}

.top_main_img{
	width: 100%;
	
	
}

.top_main_title h1{
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	font-weight: 900;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	
}


.top_main_text{
	width: 50%;
	margin: 2% auto;
}
	

.top_main_text p{
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	line-height: 3.5rem;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: left;
}



.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}


.marker.on {
  background-size: 100% 100%;
}



.under_marker {
  background:linear-gradient(transparent 90%, rgba(10, 10, 10,1.0) 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  transition:background-size 1.5s;
}


.under_marker.on {
  background-size: 100% 100%;
}


.button_kadomaru{
	
	width: 40%;
	border-radius: 25px;
	background: #3D3D3D;
	margin: 5% auto;
}


.button_kadomaru p{
	
	padding: 2%;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
}

.button_kadomaru span{
	
	padding-left: 5%;
}



@media screen  and (max-width:1200px){
	
	
.pc_only{
	display: none;
}

.sp_only{
	display: inline;
}	
	
	
	

.top_wrap{
	width: 100%;
	text-align: center;
	margin-top: 5%;
}	
	
.top_main_text{
	width: 90%;
	margin: 2% auto;
}	
	
.top_main_text p{
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	line-height: 3.5rem;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: left;
}	
	
	
.button_kadomaru{
	
	width: 90%;
	border-radius: 25px;
	background: #3D3D3D;
	margin: 5% auto;
}	
	
}


/***************************************

menu

***************************************/


.menu_group{
	width: 40%;
	margin: 0 auto 10%;
	display: flex;
	color: #3D3D3D;
}

.menu{
	width: 33.3333%;
	text-align: center;
	font-weight: 800;
}


.menu p.menu_number{
	font-size: 2.8rem;
	
}

.menu p.menu_category{
	font-size: 2.5rem;
}

.menu p.menu_arrow{
	font-size: 1.5rem;
}

@media screen  and (max-width:1200px){
	
	.menu_group{
	width: 80%;
	margin: 0 auto 10%;
	display: flex;
	color: #3D3D3D;
}
	
	
}


/***************************************

main

***************************************/


.contents_wrap{
	width: 100%;
	text-align: center;
	margin: 10% 0;
}





.category_group{
	width: 100%;
	text-align: center;
	margin: 10% 0;
	color: #3D3D3D;
}


.category_title h2{
	font-size: 3.5rem;
	letter-spacing: 0.2rem;
	font-weight: 800;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



.category_slide{	
	width: 100%;
	margin: 5% auto;
}




.category_txt{
	width: 40%;
	margin: 0 auto;
	
	
}

.category_txt p{
	margin: 10% 0 5%;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	line-height: 3.5rem;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: left;
	font-weight: 800;
}


.category_Coordinate{
	width: 40%;
	margin: 0 auto;
	
	
}

.category_Coordinate p{
	
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 3.5rem;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: left;
	font-weight: 800;
}



.category_pop{
	border-radius:25px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



.category_pop_title{
	
}

.category_pop_title h3{
	font-size: 2.4rem;
	font-weight: 800;	
	text-align: center;
	padding-top: 2%;
	color: #996600;
}



.category_pop_item{
	width: 90%;
	margin: 0% auto;
	display: flex;
	color: #3D3D3D;
	align-items: center;
}


.category_pop_item_name{
	width: 25%;		
}

.category_pop_item_name h4{
	font-size: 2rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;		
	text-align: left;
	font-weight: 800;	
}


.category_pop_item_img{
	width: 30%;
	
}

.category_pop_item_img img{
	width: 95%;
}



.category_pop_item_txt{
	width: 45%;		
}

.category_pop_item_txt p{
	
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;		
	text-align: left;
	font-weight: 800;
	
}

.category_pop_item_txt p.category_pop_item_item{
	padding-top: 2%;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;		
	text-align: left;
	
	
}



.category_pop_item_buy{
	border-radius:25px;
	background: #996600;
	width: 10%;
	padding: .3%;

	
	
}

.category_pop_item_buy a{
	color:#fff ;
	
}

.category_pop_item_buy a:hover{	
	color:#fff ;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



.category_pop_item_buy_mitei{
	border-radius:25px;
	background: #996600;
	width: 25%;
	padding: .3%;

	
	
}

.category_pop_item_buy_mitei a{
	color:#fff ;
	
}

.category_pop_item_buy_mitei a:hover{	
	color:#fff ;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}


.category_item_box{
	width: 70%;
	margin: 8% auto;
	display: flex;
	color: #3D3D3D;
	align-items: center;
	flex-wrap: wrap;
}


.category_item_boxs{
	width: 25%;
	margin: 2% 0;
}

.category_item_boxs img{
	width: 95%;
}

.category_item_boxs p{
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;		
	text-align: center;
	font-weight: 800;
	
}




@media screen  and (max-width:1200px){
	
	


.category_group{
	width: 100%;
	text-align: center;
	margin: 10% auto 30%;
	color: #3D3D3D;
}


.category_title h2{
	font-size: 3rem;
	letter-spacing: 0.2rem;
	font-weight: 800;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



.category_txt{
	width: 90%;
	margin: 0 auto;
	
	
}




.category_Coordinate{
	width: 90%;
	margin: 0 auto;
	
	
}





.category_pop{
	border-radius:25px;
	background: #fff;
	width: 80%;
	margin: 0 auto;
	color: #3D3D3D;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



.category_pop_title{
	
}

.category_pop_title h3{
	font-size: 2.3rem;
	font-weight: 800;	
	text-align: center;
	padding-top: 3%;
	color: #996600;
}



.category_pop_item{
	width: 90%;
	margin: 0% auto;
	display: inline;
	color: #3D3D3D;
	align-items: center;
}


.category_pop_item_name{
	width: 80%;	
	margin: 5% auto;
}

.category_pop_item_name h4{
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;		
	text-align: center;
	font-weight: 800;	
}


.category_pop_item_img{
	width: 80%;
	margin: 0 auto;
	
}

.category_pop_item_img img{
	width: 95%;
}



.category_pop_item_txt{
	width: 80%;
	margin: 0 auto;	
	padding-bottom: 5%;
}

.category_pop_item_txt p{
	
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;		
	text-align: left;
	font-weight: 800;
	
}

.category_pop_item_txt p.category_pop_item_item{
	padding-top: 2% 0 10%;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;		
	text-align: left;
	
	
}



.category_pop_item_buy{
	border-radius:25px;
	background: #996600;
	width: 10%;
	padding: .3%;

	
	
}





	
	
	

.category_item_box{
	width: 90%;
	margin: 8% auto;
	display: flex;
	color: #3D3D3D;
	align-items: center;
	flex-wrap: wrap;
}


.category_item_boxs{
	width: 50%;
	margin: 2% 0;
}

.category_item_boxs img{
	width: 95%;
}

.category_item_boxs p{
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;		
	text-align: center;
	font-weight: 800;
	
}




	
}




/******************************

アニメーション

******************************/




/*zoomIN*/

.animation_zoom img{
      width: 100%;	
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
	   
    }

.animation_zoom_in {
	
     overflow: hidden;
     
    }

    @keyframes animationZoom1 {
      100% { transform: scale(1.1) }
	 
    }
    

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}



