
@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;
}






/***************************************

トグル

***************************************/	

	.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: 40%;	
font-size: 1.8rem;
line-height: 4rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 10%;
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: 4rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 10%;
font-weight: 700;

	
}



	
	
	
}


/***************************************

メイン

***************************************/




section{
	margin: 5% 0 20% 0;
	background: #f3f3f2;
}


.up{
	font-size: 1.8rem;
	margin-bottom: -5%;
	
}

h1{font-size: 10.0rem;
	padding-top: 5%;
}

h2{font-size: 6.0rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	padding-top: 2%;
	
	
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
}

h3{
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	padding-top: 1%;
	
	
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	
}


div.brand_box{
	width: 75%;
	margin: 0 auto;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}



div.brand_box_1{
	width: 100%;
	text-align: center;
	
}


div.brand_box_1_left{
	width: 55%;
	text-align: center;
	
}

div.brand_box_1_left img{
	width: 90%;
	
}


div.brand_box_1_right{
	width: 45%;
	
}




div.brand_box2{
	width: 70%;
	
	margin:-2% 0 0 30%;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}




div.brand_box_2_left{
	width: 50%;
	text-align: center;
	
}

div.brand_box_2_left img{
	width: 85%;
	
}





div.brand_box_2_right{
	width: 50%;
	
}

div.brand_box_2_right img{
	padding-top: 8%;
	width: 80%;
	
}



div.img_80 img{
	width: 70%;
	
}


div.brand_box3{
	width: 70%;
	
	margin: 5% 0 5% 20%;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}




div.brand_box_3 img{
	width: 70%;
	
}





div.brand_box4{
	width: 80%;
	
	margin: 5% auto;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}




div.brand_box_4_left{
	width: 33.333%;
	text-align: center;
	
}

div.brand_box_4_left img{
	width: 90%;
	
}


div.brand_box_4_center{
	width: 33.333%;
	text-align: center;
	
}


div.brand_box_4_center img{
	width: 90%;
	
}


div.brand_box_4_right{
	width: 33.333%;
	
}

div.brand_box_4_right img{
	
	width: 90%;
	
}







div.brand_box5{
	width: 70%;
	
	margin:-2% 0 0 0%;
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}




div.brand_box_5_left{
	width: 50%;
	text-align: center;
	
}

div.brand_box_5_left img{
	padding-top: 8%;
	width: 85%;
	
}


div.brand_box_5_right{
	width: 50%;
	
}

div.brand_box_5_right img{
	
	width: 80%;
	
}











div.item_box{
	width: 100%;
	
	
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	padding-top: 5%;
	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;
}



.bettyuu{
	background: #333;
	color:#fff;
	width: 40%;
	margin: 0 auto;
	font-size: 1.1rem;
}


div.item_box_all{
	
	width:25%;
	text-align: center;
	
	
	
}

div.item_box_all img{
	width: 98%;
	
}



.brand_disp{
	width: 78%;
	margin: 5% 0;
	font-size: 1.8rem;
	line-height: 5rem;
	
}


.brand_disp_2{
	width: 70%;
	margin: 5% auto;
	font-size: 1.8rem;
	line-height: 6rem;
	text-align: left;
	
}

.brand_disp_back{
	
	background-color: #fff;	
	padding: 1.5% 0;
	font-weight: 800;
	
	
}	
	










.phase_last{
	
	width: 100%;
	margin: 15% auto;
	text-align: center;
}


p.phase_disp{
	
width: 50%;	
font-size: 1.8rem;
line-height: 4rem;
letter-spacing: 0.3rem;
margin: 0 auto;
font-weight: 700;
	
	
}


.phase_last_button{
	background: #000;
	padding: 2% ;
	width: 50%;
	margin: 2% auto 0;
	color: #fff;
	font-size: 2.3rem;
	letter-spacing: 0.2rem;
}







@media screen  and (max-width:1200px){
	
	
	


h2{font-size: 6.0rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	padding-top: 2%;
	padding-left: 1%;
	
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
}

h3{
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.2rem;
	padding-top: 1%;
	padding-left: 2%;
	
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	
}


div.brand_box{
	width: 100%;
	margin: 0 auto;
	
	display: block;
}




div.brand_box_1_left{
	width: 100%;
	text-align: center;
	
}

div.brand_box_1_left img{
	width: 100%;
	
}


div.brand_box_1_right{
	width: 100%;
	
}




div.brand_box2{
	width: 100%;
	
	margin:-2% 0 0 0;
	
	display: block;
}




div.brand_box_2_left{
	width: 100%;
	text-align: center;
	
}

div.brand_box_2_left img{
	width: 100%;
	
}


div.brand_box_2_right{
	width: 100%;
	
}

div.brand_box_2_right img{
	padding-top: 8%;
	width: 100%;
	
}




div.brand_box3{
	width: 100%;
	
	margin: 5% 0 0 0;
	
	display: block;
}




div.brand_box_3 img{
	width: 100%;
	
}





div.brand_box4{
	width: 100%;
	
	margin: 5% auto;
	
	display: block;
}




div.brand_box_4_left{
	width: 100%;
	text-align: center;
	
}

div.brand_box_4_left img{
	width: 100%;
	
}


div.brand_box_4_center{
	width: 100%;
	text-align: center;
	
}


div.brand_box_4_center img{
	width: 100%;
	
}


div.brand_box_4_right{
	width: 100%;
	
}

div.brand_box_4_right img{
	
	width: 100%;
	
}







div.brand_box5{
	width: 100%;
	
	margin:-2% 0 0 0%;
	
	display: block;
}




div.brand_box_5_left{
	width: 100%;
	text-align: center;
	
}

div.brand_box_5_left img{
	padding-top: 8%;
	width: 100%;
	
}


div.brand_box_5_right{
	width: 100%;
	
}

div.brand_box_5_right img{
	
	width: 100%;
	
}



div.item_box{
	width: 100%;
	
	
	font-size: 1.2rem;
	font-weight: 900;
	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.item_box_all{
	
	width:50%;
	text-align: center;
	
	
	
}

div.item_box_all img{
	width: 98%;
	
}



.brand_disp{
	width: 95%;
	margin: 5% auto;
	font-size: 1.8rem;
	line-height: 4rem;
	
}

.brand_disp_back{
	
	background-color: #fff;	
	padding: 1.5% 0;
	font-weight: 800;
	
	
}	
	










.phase_last{
	
	width: 100%;
	margin: 15% auto;
	text-align: center;
}


p.phase_disp{
	
width: 50%;	
font-size: 1.8rem;
line-height: 4rem;
letter-spacing: 0.3rem;
margin: 0 auto;
font-weight: 700;
	
	
}


.phase_last_button{
	background: #000;
	padding: 2% ;
	width: 50%;
	margin: 2% auto 0;
	color: #fff;
	font-size: 2.3rem;
	letter-spacing: 0.2rem;
}

	
	
	
}







@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	

.sp_only{display:inline-block;}	
	
.pc_only{display: none;}	
	
	
}
	


.sp_only{display: none;}	
	
.pc_only{display: inline-block;}	




/***************************************

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;
}



@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%;
}	
	
}



	
/********************************-*/
	
@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縦*/
	
 
}	

