
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	
	/*font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/	
	color: #757575;
	background: #fdf5fd;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	word-break: break-word;/*自動改行*/
	
	/*font-family: "Noto Sans JP";*/
	font-family: serif;
}


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;
}


ul{
	
	
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}






/***************************************

menu

***************************************/


div.menu{
	
	width: 60%;
	margin: 0 auto;
	text-align: center;
	
	display: flex;
	flex-wrap:wrap;
}

.mene_child{
	
	width: 20%;
	font-size: 1.5rem;
	margin-bottom: 2%;
}


.menu_small{
	font-size: 1rem;
}

ul.menu{
	
	
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin: 1% auto 0;
	
	
		
}
	
ul.menu li.li20{
	width: 20%;
}

ul.menu li.li65{
	width: 60%;
}

ul.menu li{
	width: 3.75%;
	float: left;
	
}	
	
.logo{
	
	width: 40%;
	padding-left: 5%;
}


	
.sns{
	
	font-size: 2rem
}


@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	


div.menu{
	
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
	display: flex;
	flex-wrap:wrap;
	
	position: fixed; 
	bottom: 4%;
	right: 0; 
	
	z-index: 1000;
	background: #fdf5fd;
}

.mene_child{
	
	width: 20%;
	font-size: 1.1rem;
	margin-bottom: 2%;
	padding-top: 2%;
}


.menu_small{
	font-size: .8rem;
}


ul.menu{
	
	position: fixed;
	bottom:0%;
	left:0%;
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin:  auto 0;
	
	z-index: 10000;
	background: #fff;
	
	padding: 2% 0;
	
	
		
}
	
ul.menu li.li20{
	width: 30%;
}

ul.menu li.li65{
	width: 30%;
}

ul.menu li{
	width: 10%;
	float: left;
	
}	
	
.logo{
	
	width: 100%;
	padding-left: 5%;
}


	
	
	
	


ul.menu{
	
	position: fixed;
	bottom:0%;
	left:0%;
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin:  auto 0;
	
	z-index: 10000;
	background: #fff;
	
	padding: 2% 0;
	
	
		
}
	
ul.menu li.li20{
	width: 30%;
}

ul.menu li.li65{
	width: 30%;
}

ul.menu li{
	width: 10%;
	float: left;
	
}	
	
.logo{
	
	width: 100%;
	padding-left: 5%;
}


	

	
	
}	



/*---------トグル--------*/	

	.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);
            }





/****************************************

共通コンテンツ

****************************************/
	

.phase_00{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	
	
	
	}

	
.topimg{
	width: 100%;
	
	
}





h1{

	font-size: 4rem;
	text-align: center;	
	font-weight: 100;
	letter-spacing: 0.1rem
		
	

}	



h3{
	width: 80%;
	margin: 10% auto 5%;
	text-align: center;
	font-size: 3rem;

}	
	



p.title_Disp{
width: 40%;	
font-size: 1.6rem;
line-height: 3.2rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
font-weight: 500;

	
}


.phase_01{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	
	
	}



.sp_only{display: none;}

.sp_100{
	width: 100%;
}






.point_Disp{
	
position: fixed;
right: 0;
bottom: 5%;	
	
background:#edbcd6;
padding: 2% 0;	
	
width: 15%;	
margin: 0 auto;
	
color:#fff;	
	
z-index: 10000;	
	
/*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;	


}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  transition: .7s;	
  visibility: visible;
}


p.point_Disp_m{
	
width: 90%;	
		
font-size: 1.3rem;
line-height: 2rem;	
text-align: center;
margin: 2% auto;	
font-weight: 400;	
	}	


p.coupon{
	
border-radius:10px;
background: #fff;
	
width: 80%;	
margin: 0 auto;	
	
color:#333;	
font-size: 1.3rem;
padding: 1%;
text-align: center;	
font-weight: 900;	
}





.info_Disp{
	
background: #666;
padding: 2% 0;	
	
width: 40%;	
margin: 2% auto;
	
color:#fff;	


}


p.info_Disp_m{
	
width: 90%;	
		
font-size: 1.4rem;
line-height: 3rem;	
text-align: center;
margin: 2% auto;	
font-weight: 400;	
	}	




.new{
	font-size: 0.2rem;
	border: 1px solid #e82d2d;
	padding: 0.05rem;
	color: #e82d2d;
	margin-right: 0.2rem;
}






@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	

.point_Disp{
	
position: fixed;
right: 0;
top: 0;	
	
width: 100%;	
height:14%;
margin: 0 auto;	
color:#fff;	
z-index: 10000;	}
	

p.point_Disp_m{
	
width: 90%;	
		
font-size: 1.1rem;
line-height: 1.5rem;	
text-align: center;
margin: 1% auto;	
font-weight: 400;	
	}	


p.coupon{
	
border-radius:10px;
background: #fff;
	
width: 70%;	
margin: 0 auto;	
	
color:#333;	
font-size: 1.1rem;
padding: 1%;
text-align: center;	
font-weight: 900;	
}
	
	

.active{
  opacity: 1;
  transition: .7s;	
  visibility: visible;
}

p.title_Disp{
width: 92%;	
font-size: 1.5rem;
line-height: 2.3rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
font-weight: 500;

	
}
	
	
.sp_only{display: inline-block;}	
	
.pc_only{display: none;}	
	
	

	
}	




/****************************************

コンテンツメイン 416

****************************************/

.phase_0416{
	width: 100%;
	margin: 10% auto;
}





.main{
	
	width: 70%;
	margin: 0 auto;
	text-align: center;
	
	position: relative;
}


.main_disp{
	
	position: absolute;
	top: 40%;
	left: 65%;
	z-index: 10000;
	
	font-size: 6.0rem;
}


.main_sub{
	
	position: absolute;
	top: 55%;
	left: 65%;
	z-index: 10000;
	
	width: 25%;
	font-size: 1.5rem;
	text-align: left;
	
	letter-spacing: 0.1rem;
	line-height: 2rem;
}

	
.main_disp_02{
	
	position: absolute;
	top: 40%;
	left: 15%;
	z-index: 10000;
	
	font-size: 6.0rem;
}


.main_sub_02{
	
	position: absolute;
	top: 55%;
	left: 15%;
	z-index: 10000;
	
	width: 25%;
	font-size: 1.5rem;
	text-align: left;
	
	letter-spacing: 0.1rem;
	line-height: 2.5rem;
}

.white{
	color: #fff;
}


.item_box{
	display: flex;
	width: 50%;
	margin: 5% auto;
	flex-wrap:wrap;
	

}




.item_box_child{
	width: 33.3333333333%;
	margin-bottom: 2%;
	
		font-size: 0.8rem;
	line-height: 1.2rem;
	
}

.item_box_child img{
	width: 85%;
	text-align: center;
}



/********ボタン***************/



*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
}


.button{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;			
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/


.button{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
	



.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;			
}


}



@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
.phase_0416_last{
	
	margin-bottom: 40%;
		
		
	}	

.main{
	
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
	position: relative;
}

	
.main img{
		width: 100%;
	}	

.main_disp{
	
	position: static;
	
	
	font-size: 6.0rem;
}


.main_sub{
	
	position: static;
	
	width: 95%;
	font-size: 1.4rem;
	text-align: left;
	
	margin-left: 4%;
	
	letter-spacing: 0.1rem;
	line-height: 2rem;
}

	
	
.main_disp_02{
	
	position: static;
	
	font-size: 6.0rem;
}


.main_sub_02{
	
	position: static;
	width: 95%;
	font-size: 1.4rem;
	text-align: left;
	
	margin-left: 4%;
	
	letter-spacing: 0.1rem;
	line-height: 2.5rem;
}


.item_box{
	display: flex;
	width: 95%;
	margin-left:4%;
	flex-wrap:wrap;
	

}




.item_box_child{
	width: 50%;
	margin-bottom: 2%;
	
		font-size: 0.8rem;
	line-height: 1.2rem;
	
}

.item_box_child img{
	width: 85%;
	text-align: center;
}
	
.white{
	color: #333;
}
	
}	



/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:3% auto 2%;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@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縦*/
	
 
}	

