
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	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{
	background:#805440;
}


section.disp{
	margin: 0 auto;

}


/***************************************

トグル

***************************************/	

	.visible, .invisible {
                opacity: 0.0;
                transition: opacity 0.5s ease;
            }
            .visible {
                opacity: 1.0;
            }
            
            .visible.translateY,.invisible.translateY {
                transform: translateY(100px);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateY {
                transform: translateY(0);
            }
            .visible.translateToLeft,.invisible.translateToLeft {
                transform: translateX(100px);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateToLeft {
                transform: translateX(0);
            }
            .visible.translateToRight,.invisible.translateToRight {
                transform: translateX(-100px);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateToRight {
                transform: translateX(0);
            }
            .visible.translateScaleUp,.invisible.translateScaleUp {
                transform: scale(.5);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateScaleUp {
                transform: scale(1);
            }
            .visible.translateScaleDown,.invisible.translateScaleDown {
                transform: scale(1.4);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateScaleDown {
                transform: scale(1);
            }
            .visible.translateRotate,.invisible.translateRotate {
                transform: rotate(360deg);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateRotate {
                transform: rotate(0deg);
            }





/***************************************

導入

***************************************/


h1{
	width: 100%;
	text-align: center;

}	
	

h1 img{
	
	margin: 0 auto;
}


p.title_Disp{
width: 50%;	
font-size: 1.8rem;
line-height: 4rem;
letter-spacing: 0.2rem;	
text-align: left;
margin: -10% auto 3%;
font-weight: 700;
	
	
}





.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){
	
	
	

h1 img{
	width: 100%;
	margin: 10% auto 0;
}	
	
	
p.title_Disp{
width: 90%;	
font-size: 1.8rem;
line-height: 3.5rem;
letter-spacing: 0.2rem;	
text-align: left;
margin: 5% auto 10%;
font-weight: 700;

	
}



	
	
	
}




/***************************************

メイン 10/4

***************************************/


section.box{
	
	width: 80%;
	margin: 10% auto;
}



.box_inner{
	
	width: 100%;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	
  -webkit-flex-wrap: wrap;          
  -ms-flex-wrap    : wrap;         
  flex-wrap        : wrap;
	
	
}

h3.box_inner_h3{
	font-size: 4rem!important;
	line-height: 5rem;
}

h4.box_inner_h4{
	font-size: 1.3rem!important;
	line-height: 2rem;
	font-weight: 900;
	margin-bottom: 1%;
}


.box_inner_full{
	
	width: 100%;
	margin: 2% auto;
}


.box_inner_category{
	
	
}


.box_inner_left{
	width: 50%;
}


.box_inner_right{
	width: 50%;
}


.box_inner_item_point{	
	width: 90%;
	margin-top: 2%;
}


.box_inner_item_point p{	
	font-size: 1.5rem;
}

.box_inner_coordinate{
	
	margin: 3% auto;
	
}

.box_inner_coordinate_itemname{
	
	font-size: 1.2rem;
	line-height: 2.3rem;
	padding-left: 1%;
}






.box_item_inner{
	
	width: 85%;
	
	margin: 5% auto;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	
  -webkit-flex-wrap: wrap;          
  -ms-flex-wrap    : wrap;         
  flex-wrap        : wrap;
	
	
}


.box_item_inner_25{
	width: 25%;
	margin-top: 5%;
}

.box_item_inner_25 img{
	width: 95%;
}


.box_item_name{
	
	font-size: 1.3rem;
	line-height: 2rem;
	padding-left: 1%;
	



	
}


.box_item_brand{
	
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-left: 1%;
	
	font-family: 'Prompt', sans-serif;
	
}






.bettyuu{
	
	padding: .3% .5%;
	background: #0e94a8;
	color:#fff;
	font-size: .3rem;
}



@media screen  and (max-width:1200px){
	
	
	
	
	

section.box{
	
	width: 90%;
	margin: 10% auto;
}



.box_inner{
	
	width: 100%;
	
	display: block;
	
	
}

h3.box_inner_h3{
	font-size: 4rem!important;
	line-height: 5rem;
}

h4.box_inner_h4{
	font-size: 1.3rem!important;
	line-height: 2rem;
	font-weight: 900;
	margin-bottom: 1%;
}


.box_inner_full{
	
	width: 100%;
	margin: 2% auto;
}


.box_inner_category{
	
	
}


.box_inner_left{
	width: 100%;
}


.box_inner_right{
	width: 100%;
}


.box_inner_item_point{	
	width: 90%;
	
	margin: 2% auto;
}


.box_inner_item_point p{	
	font-size: 1.5rem;
}

.box_inner_coordinate{
	
	margin: 3% auto;
	
}

.box_inner_coordinate_itemname{
	
	font-size: 1.2rem;
	line-height: 2.3rem;
	padding-left: 2%;
}






.box_item_inner{
	
	width: 95%;
	
	margin: 5% auto;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	
  -webkit-flex-wrap: wrap;          
  -ms-flex-wrap    : wrap;         
  flex-wrap        : wrap;
	
	
}


.box_item_inner_25{
	width: 50%;
	margin-top: 5%;
}

.box_item_inner_25 img{
	width: 95%;
}


.box_item_name{
	
	font-size: 1.3rem;
	line-height: 2rem;
	padding-left: 1%;
	



	
}


.box_item_brand{
	
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-left: 1%;
	
	font-family: 'Prompt', sans-serif;
	
}






.bettyuu{
	
	padding: .3% .5%;
	background: #0e94a8;
	color:#fff;
	font-size: .3rem;
}
	
	
	
	}




/***************************************

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;
}



/***************************************

メイン 9/11

***************************************/

section{
	margin: 5% 0 20% 0;
	background: #f3f3f2;
	
}


section.top{
	margin: 0 0 20% 0;
	background: #f3f3f2;
}




div.main_item{
	background:#805440;
	width: 100%;
	margin: 0 auto 6%;
	padding-top: 4%;
	

	
}

.top img{
	
	margin: 2% 0;
}


.brand{

text-align: center;	

	
}

h2{

font-family: 'Noto Sans JP', sans-serif!important;
font-family: 'Raleway', sans-serif!important;
font-family: 'Reem Kufi Ink', sans-serif!important;
letter-spacing: 0.1rem!important;	
font-size: 5.5rem!important;
text-align: center;	
line-height: 7rem!important;
font-weight: 700!important;	
/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	
}


h3{
font-family: 'Noto Sans JP', sans-serif!important;
font-family: 'Raleway', sans-serif!important;
font-family: 'Reem Kufi Ink', sans-serif!important;

letter-spacing: 0.1rem;	
font-size: 3rem!important;
text-align: center;	
line-height: 8rem
	
}


div.item_pic{
	width: 35%;
	margin: 0 auto;
	text-align: center;
}


div.item_pic img{
	width:100%;
	margin: 3%;
}


p.item_pic_comment{
	width:95%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.7rem;
	color: #fff;
	padding: 0 0 0 5%;
	
	
}




div.item_pic_2{
	
	width: 70%;
	margin: 0 auto;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

	
}



div.item_pic_2 img{
	width:85%;
	margin: 5% auto;
}


.right_box{
	padding-top:10%;
}


.item_link_box{
	width:40%;	
	margin: 3% auto ;
	padding: 1% 0;
	text-align:center;
	
	border-top: 1px solid #fff;
	
}

p.item_link{
	
	
	padding: 0 ;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 900;
	
	
	
}

p.item_link a,
p.item_link_small a{
	
	color: #fff!important;
	
}



p.item_link_small{
	
	
	padding: 0 ;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 400;
	
	
	
}








div.pick_item_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.pick_item{
	position:relative;
	width:25%;
	text-align: center;
	
	
	
}

div.pick_item img{
	width: 98%;
	
}


.pick_item_number{
	position: absolute;
	right:0%;
	top:0%;
	text-decoration:underline;
	margin-right: 5%;
	font-size: 1.2rem;
	color: #666;
}


.pick_item_number_new{
	position: absolute;
	right:0%;
	top:5%;
	
	margin-right: 5%;
	font-size: 1.2rem;
	color: #666;
}



div.pick_item_name_box{
	width: 50%;
	margin: 0 auto;
	
	
	font-size: 1.2rem;

	letter-spacing: 0.2rem;
	padding-top: 5%;
	text-align: center;
	

}


.new{
	border: 1px solid #333;
	color:#333;
	width: 40%;
	margin: 0 auto;
	font-size: .5rem;
	padding: .2% .4%;
	margin:0 .5%;
	
}


div.last_box{
	width: 100%;
	margin: 0 auto 8%;


	text-align: center;
	

}


@media screen  and (max-width:1200px){
	
	




.brand{

text-align: center;	
	
}

h2{

font-family: 'Noto Sans JP', sans-serif!important;
font-family: 'Raleway', sans-serif!important;
font-family: 'Reem Kufi Ink', sans-serif!important;
letter-spacing: 0.1rem!important;	
font-size: 4rem!important;
text-align: center;	
line-height: 5rem!important;	
}


h3{
width: 90%;
margin: 0 auto;	
font-family: 'Noto Sans JP', sans-serif!important;
font-family: 'Raleway', sans-serif!important;
font-family: 'Reem Kufi Ink', sans-serif!important;

letter-spacing: 0.1rem;	
font-size: 2.2rem!important;
text-align: center;	
line-height: 3.8rem;
padding-top: 10%;
font-weight: 500
	
}


div.item_pic{
	width: 90%;
	
	
	
}


div.item_pic img{
	width:100%;
	margin: 3% 0;
	text-align: center;
}


p.item_pic_comment{
	width:95%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.7rem;
	color: #fff;
	padding: 0 0 0 0%;
	
	
}




div.item_pic_2{
	
	width: 90%;
	margin: 0 auto;
	
	display:block;
	text-align: center;

	
}



div.item_pic_2 img{
	width:85%;
	margin: 5% auto;
}


.right_box{
	padding-top:10%;
}


.item_link_box{
	width:95%;	
	margin: 3% auto ;
	padding: 1% 0;
	text-align:center;
	
	border-top: 1px solid #fff;
	
}

p.item_link{
	
	
	padding: 0 ;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 900;
	
	
	
}

p.item_link a,
p.item_link_small a{
	
	color: #fff!important;
	
}



p.item_link_small{
	
	
	padding: 0 ;
	font-size: 1.1rem;
	color: #fff;
	font-weight: 400;
	
	
	
}








div.pick_item_box{
	width: 90%;
	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.pick_item{
	position:relative;
	width:50%;
	text-align: center;
	
	
	
}

div.pick_item img{
	width: 98%;
	
}


.pick_item_number{
	position: absolute;
	right:0%;
	top:0%;
	text-decoration:underline;
	margin-right: 5%;
	font-size: 1.2rem;
	color: #666;
}


.pick_item_number_new{
	position: absolute;
	right:0%;
	top:7%;
	
	margin-right: 5%;
	font-size: 1.2rem;
	color: #666;
}



div.pick_item_name_box{
	width: 90%;
	margin: 0 auto;
	
	
	font-size: 1.2rem;

	letter-spacing: 0.2rem;
	padding-top: 5%;
	text-align: left;
	

}


.new{
	border: 1px solid #333;
	color:#333;
	width: 40%;
	margin: 0 auto;
	font-size: .5rem;
	padding: .2% .4%;
	margin:0 .5%;
	
}


div.last_box{
	width: 100%;
	margin: 0 auto 8%;


	text-align: center;
	

}	

	

}



	
	
.pc_only{display:inline-block;}	

.sp_only{display: none;}





@media screen  and (max-width:1200px){
	
	
.pc_only{
	display: none;
}
.sp_only{
	display:block;
	}	


}



/***************************************

swiper

***************************************/


.swiper {
	
	width: 95%;
	margin: 0 auto;  
}


.swiper-slide img{
	width: 100%;
}


/***************************************

feature archive

***************************************/

section.archive{
	
	width: 100%;
	margin: 10% auto;
}


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%;
}

	
}


	

/***************************************

ボタン

***************************************/

/***
.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 5%;
  padding: 2.5rem 3rem;
  width: 300px;
  color: #666;
  font-size: 2.5rem;
  font-weight: 700;
  border: 2px solid #666;
  width: 25%;
}


.button04 a {
  margin: 8% auto 5%;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: rotate(45deg);
 
}

.button03 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #666;
}

.button03 a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}


***/

.btn_arr{
	margin: 0 auto .5%;
	text-align: center;
	border: 1px solid #000;
	border-radius: 15px;
	background: #fff;
	padding: 1% 0;
	width: 20%;
}

.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;
}




@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;
}	
	
	
	
}



	
/********************************-*/
	
@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縦*/
	
 
}	

