
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	/*font-family: 'Zen Kaku Gothic New', sans-serif;*/
	/*font-family: 'Lineto Brown Pro Bold', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', sans-serif;*/
	
	
	margin: 0;
	padding: 0;
	background: #f3f3f2;
	
	
	
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;	
	margin: 0 auto;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	/*font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	*/
	
	
	
	background: #f3f3f2;
	
	word-break: break-word;/*自動改行*/
	
	
	
	
}

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;
}










/***************************************

導入

***************************************/


section.top{
	
	width: 100%;
	margin: 5% auto;
	text-align: center;
	
	position: relative;
	
}






h1{
	width: 100%;
	text-align: center;

}	
	

section.top h1 img.title{
	
  position: absolute;
  top: 0;
  bottom: 0;
	left:30%;
  margin: auto;
	z-index: 9998;
	filter: drop-shadow(5px 5px 5px #aaa);
	
}


section.disp{
	
	width: 100%;
	margin: 0% auto 20%;
	text-align: center;
}






p.title_Disp{
width: 50%;	
font-size: 1.6rem;
line-height: 4rem;
letter-spacing: 0.2rem;	
text-align: left;
font-weight: 500;
margin: 0 auto;
padding: 5%;	

	
}





.point_Disp{
	
background: #f4f7a8;
padding: 1% 0;		
width: 90%;	
margin: 0 auto;	
color:#222;	
font-weight: 700;	


}


p.point_Disp_m{
	
width: 90%;			
font-size: 1.4rem;
line-height: 3rem;	
text-align: center;
margin: 2% auto;	
font-weight: 400;	
	}	


p.coupon{
	
border-radius:10px;
background: #fff;
	
width: 40%;	
margin: 1% auto;	
	
color:#333;	
font-size: 1.1rem;
padding: 1%;
text-align: center;	
font-weight: 900;	
}


@media screen  and (max-width:1200px){
	
	
section.top h1 img{
		
		width: 100%;
	}	


section.top h1 img.title_sp{
	
  position: absolute;
  top: 0;
  bottom: 0;

  margin: auto;
	z-index: 10000;
	filter: drop-shadow(5px 5px 5px #aaa);
	
}


p.title_Disp{
width: 98%;	
font-size: 1.5rem;
line-height: 3rem;
letter-spacing: 0.2rem;	
text-align: left;
font-weight: 500;
margin: 0 auto;
padding: 5%;	

	
}
	
	
}



/*********************************

fadin-out

**********************************/


#slide_wrapp{
  width: 80%;
  margin: 0 auto;	
  position: relative;
  overflow: hidden;}


  
  .slide_item{
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s linear, transform 7.5s linear;  
    position: relative;
    z-index: 1;
    }

    .slide_item:not(:first-child){
      position: absolute;
      top: 0;
      left : 0;
    }
  
    .slide_item.show_{
      opacity: 1;
    }
   .slide_item.zoom_{
      transform: scale(1.1);
    }

   /*.slide_item img{
      display: block; 
	   width: 100%;}*/

	
  
@media screen  and (max-width:1200px){
	
#slide_wrapp{
  width: 100%;	
  margin: 10% auto;	
  position: relative;
  overflow: hidden;}
}






/***************************************

メイン 5/9

***************************************/


.T_box{
	width: 60%;
	margin: 5% auto 15%;
}

h2.T_name{
	font-size: 3.5rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 2%;
}


.T_box_oki{
	display: flex;
	width: 100%;
}


.T_box_disp{
	width:90%;
	margin: 4% auto;
	font-size: 1.8rem;
	letter-spacing: 0.15rem;
	line-height: 3.5rem;
	font-weight: 600;
}


.T_box_hikaku{
	display: flex;
	width: 100%;
	
}

.glid50{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.glid50 img{
	width: 95%;
	margin: 0 auto;

	
}

.T_box_txt{
	text-align: left;
	width:95%;
	margin: 0 auto;
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
	line-height: 3rem;
	font-weight: 600;	
}




@media screen  and (max-width:1200px){
	
	
	
	
.T_box{
	width: 95%;
	margin: 5% auto 20%;
}
	
	
	
h2.T_name{
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 2%;
}

	
.T_box_oki{
	display: block;
	width: 100%;
}	
	
	
.T_box_hikaku{
	display: block;
	width: 100%;
	
}
	
.glid50{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}	
	
}



/***************************************

ボタン　商品リンク

***************************************/


.item_link{
	width: 100%;
	margin: 10% auto;
	text-align: center;
}

a.btn_02 {
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 0.15rem;
	padding: 3% 10%;
	
	vertical-align: middle;
	text-decoration: none;
	
	
	
	
	font-weight: bold;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #000;
	background: #fff;
}


@media screen  and (max-width:1200px){
	
	
	item_link{
	width: 95%;
	margin: 10% auto;
	text-align: center;
}
	

	

	
	a.btn_02 {
	width: 100%;
	font-size:1.2rem;
	
	padding: 3% 10%;
	
	
}
	
	
}




/***************************************

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を指定　*/
.photo_module {
  opacity: 0;
}




@media screen  and (max-width:1200px){}	





/***************************************

feature archive

***************************************/





section.archive{
	
	width: 100%;
	margin: 10% auto;
}


.archive h2{
	font-size: 3rem!important;
	line-height: 5rem;
	font-weight: 700;
	

	margin: 3% auto;
	text-align: center;
}

div.feature_archive_box{
	width: 70%;
	margin: 0 auto;
	
	
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	padding-top: 2%;
	text-align: center;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	
  -webkit-flex-wrap: wrap;          /* Safari etc. */ /* 謚倥ｊ霑斐☆�亥ｷｦ縺九ｉ蜿ｳ��*/
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}


div.feature_archive{
	
	width:33.33%;
	text-align: center;
	
	
	
}

div.feature_archive p.subject{
	
	width:70%;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	
	text-align: left;
	
	
	
}


div.feature_archive p.day{
	
	width:70%;
	margin: 0 auto;
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: 0.2rem;	
	text-align: left;
	
	
	
}

div.feature_archive img{
	width: 70%;
	
}




@media screen  and (max-width:1200px){
	
	
div.feature_archive_box{
	width: 90%;
	margin: 0 auto;
	display: block;
}
	
	
div.feature_archive{
	
	width:100%;
	text-align: center;
	margin-bottom: 10%;
	
	
	
}	
	

}


/***************************************

pagetop

***************************************/




#page_top{
  
  position: fixed;
  right: 1%;
  bottom: 3%;
	
  font-size: 3.5rem;
  
}

@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
	#page_top{
  
  position: fixed;
  right: -7%;
  bottom: 3%;
  
}
	
	#page_top img{
	
	width: 70%;
}

	
}




/***************************************

ボタン上吹き出し

***************************************/

.arrow_box{
    position:relative;
	margin: 0 auto 2%;
    width:13%;   
    background:#000;
    padding:1%;
    text-align:center;
    color:#FFF;
    font-size:1.3rem;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 9, 15, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#00090F;
    top:100%;
    left:50%;
}

	

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  
}

.keyframe2{
  animation-name: anim_h;
}

@keyframes anim_h {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}



@media screen  and (max-width:1200px){
	
	
	
	
	.arrow_box{
    
    width:60%;   
    
    font-size:1.3rem;
    
}


	

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  
}

.keyframe2{
  animation-name: anim_h;
}

@keyframes anim_h {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
	
	
	
	}


/***************************************

ボタン

***************************************/


.btn_arr{
	margin: 0 auto .5%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 2% 0;
	width: 20%;
	font-size: 1.4rem;
}

.btn {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  
  

}

.btn_arr:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
	
transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;	
	
}





.btn_item_arr{
	margin: 5% auto .5%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 2% 0;
	width: 40%;
}

.btn_item {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  font-size: 1.8rem;	
  

}

.btn_item_arr:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
	
transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;	
	
}







/*アイテムチェック*/



.item_btn_arr{
	margin:5%  auto 1%;
	text-align: center;
	border: 1px solid #000;
	border-radius: 15px;
	background: #fff;
	padding: 2% 0;
	width: 60%;
}

.item_btn {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  
  transition: all .3s ease-out;
  font-size: 1.5rem;	
  
  
}

.item_btn_arr:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
}











@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
	
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -5% auto 10%;
  padding: 2.5rem 3rem;
  width: 300px;
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  border: 2px solid #666;
  width: 80%;
}
	
.button04 a {
  margin: 13% auto 5%;
}	
	
	
	
	

	

.btn_arr{
	margin: 0 auto .5%;
	text-align: center;
	border: 1px solid #000;
	border-radius: 15px;
	background: #fff;
	padding: 2% 0;
	width: 80%;
}

.btn {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  
  transition: all .3s ease-out;
  font-size: 2rem;	
  
  
}

.btn_arr:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
}




.btn_check {

  cursor: pointer;
  line-height: 1;
  border: 1px solid #000;
  padding:1% 5%; 
  transition: all .3s ease-out;
  border-radius: 10px;
  background: #fff;	
  font-size: 1.5rem;	
}

.btn_check:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
}	
	
	

.btn_item_arr{
	margin: 5% auto 1%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 3% 0;
	width: 80%;
}

.btn_item {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  font-size: 1.8rem;	
  

}




	
}



	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

