
@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;
}
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;
}


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

***************************************/


.top{
	margin: 0 auto;
	text-align: center;
	padding: 1.5% 0;
	background: #f3f3f2;
	position: relative;
	width: 100%;
}

.logo{
	
	width: 10%;
	
}


ul.menu{
	position: absolute;
	top:0%;
	right:5%;
	
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin: 2% 0;
	font-size: 1.2rem;

	
	
		
}
	
ul.menu li{
	width: 35px;
}

	
	



	
.sns{
	
	font-size: 2rem
}


@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	




.top{
	margin: 0 auto;
	text-align: center;
	padding: 2% 0;
	background: #f3f3f2;
	position: relative;
	width: 100%;
}

.logo{
	
	width: 30%;
	
}


ul.menu{
	position: absolute;
	top:0%;
	right:2%;
	
	
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin: 2% 0;
	font-size: 0.8rem;

	
	
		
}
	
ul.menu li{
	width: 20px;
}

	
	



	
.sns{
	
	font-size: 2rem
}

	
	
	
}	



/*---------トグル--------*/	

	.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);
            }





/*---------共通コンテンツ--------*/	
	
	

section.topimg{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	position: relative;
	}


div.top_img{
	width: 100%;
	/*height: 800px;*/
	/*background-image: url("https://www.piudi.jp/tokusyu/210820/feature/img/210817-res-0.jpg");*/
	}



div.feature-logo{
	
  	margin: 0 auto;
	text-align: center;
	width: 100%;
}

div.feature-logo img{
	width: 50%;
	
	
}





	
h1{
	width: 100%;
	text-align: center;

}	
	

h1 img{
	width: 100%;
	margin: 0 auto;
}

p.title_Disp{
width: 30%;	
font-size: 1.8rem;
line-height: 4rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
font-weight: 700;

	
}





.point_Disp{
	
background: #f4f7a8;
padding: 2% 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){/*1200以下でレスポンシブ表示へ*/
	
	




div.feature-logo{
	
  	margin: 0 auto;
	text-align: center;
	width: 100%;
}

div.feature-logo img{
	width: 100%;
	
	
}





	
h1{
	width: 100%;
	text-align: center;

}	
	

h1 img{
	width: 100%;
	margin: 0 auto;
}

p.title_Disp{
width: 93%;	
font-size: 1.6rem;
line-height: 3rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
font-weight: 700;

	
}





.point_Disp{
	
background: #f4f7a8;
padding: 2% 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;	
}


}
	


/*---------コンテンツ8/20--------*/	




.res001{
	margin: 3% auto;
	width: 100%;
	
	position: relative;
}

.res002{
	margin: 20% auto 3%;
	width: 100%;
	
	position: relative;
}

.res001_1{
	margin: 3% auto;
	width: 100%;
	
	
}


.brand1{
	
	display: -webkit-flex;
    display: flex;
	
	width: 70%;
	margin: 0 auto;
	
	
}

.brand1_box_left{
	width: 50%
}

.brand1_box_right{
	width: 50%
}


img.lookbook85{
	width: 85%
}

img.lookbook80{
	width: 80%
}

img.lookbook70{
	width: 70%
}


.lookbool_adjust{
	padding: 10% 0 0 0;
	margin-right: auto;
}

.brand_logo{
	width: 35%;
	margin: 6% 0 1% 0;
}

.brand_logo2{
	width: 30%;
	margin: 6% 0 1% 0;
}

.brand_logo60{
	width: 60%;
	margin: 6% 0 1% 0;
}


.brand_disp{
	width: 85%;
	margin: 3% 0;
	font-size: 1.8rem;
	line-height: 5rem;
	
}

.brand_disp_back{
	
	background-color: #fff;	
	padding: 1.5% 0;
	font-weight: 800;
	
	
	
	
}


.brand2{
	
	display: -webkit-flex;
    display: flex;
	
	width: 55%;
	position: absolute;
	bottom:-65%;
	right:5%;	
	
}

.brand3{
	
	display: -webkit-flex;
    display: flex;
	
	width: 55%;
	position: absolute;
	bottom:-65%;
	left:6%;	
	
}





.brand_item{
	
	
	width: 85%;
	margin: 30% auto 0;
	

	
}

.brand_item_box{
	width: 20%;
	margin:7%  0 0 0;
	text-align: center;
}

.brand_item_box img{
	width: 100%;
	margin-bottom: 8%;
}

.brand_item_name{
	
	font-size: 1.5rem;
	font-weight: 600;
	border-bottom: solid 1px #666;
	
	
}



.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以下でレスポンシブ表示へ*/
	
	


.res001{
	margin: 3% auto;
	width: 100%;
	
	position: relative;
}

.res002{
	margin: 20% auto 3%;
	width: 100%;
	
	position: relative;
}

.res001_1{
	margin: 3% auto;
	width: 100%;
	
	
}


.brand1{
	
	display: block;
   
	
	width: 100%;
	margin: 0 auto;
	
	
}

.brand1_box_left{
	width: 100%
}

.brand1_box_right{
	width: 100%
}


img.lookbook85{
	width: 100%
}

img.lookbook80{
	width: 100%
}

img.lookbook70{
	width: 100%
}


.lookbool_adjust{
	padding: 10% 0 0 0;
	margin-right: auto;
}

.brand_logo{
	width: 35%;
	margin: 6% 0 1% 0;
}

.brand_logo2{
	width: 30%;
	margin: 6% 0 1% 0;
}

.brand_logo60{
	width: 60%;
	margin: 6% 0 1% 0;
}


.brand_disp{
	width: 85%;
	margin: 3% 3%;
	font-size: 1.8rem;
	line-height: 5rem;
	
}

.brand_disp_back{
	
	background-color: #fff;	
	padding: 1.5% 0;
	font-weight: 800;
	
	
	
	
}


.brand2{
	
	display: block;
	
	width: 100%;
	position: static;
	
		
	
}

.brand3{
	
	display: block;
	
	
	width: 100%;;
	position: static;
		
	
}





.brand_item{
	
	
	width: 100%;
	margin: 30% auto 0;
	

	
}

.brand_item_box{
	width: 50%;
	margin:7%  0 0 0;
	text-align: center;
}

.brand_item_box img{
	width: 100%;
	margin-bottom: 8%;
}

.brand_item_name{
	
	font-size: 1.0rem;
	font-weight: 600;
	border-bottom: solid 1px #666;
	
	
}



.phase_last{
	
	width: 100%;
	margin: 15% auto;
	text-align: center;
}


p.phase_disp{
	
width: 80%;	
font-size: 1.8rem;
line-height: 4rem;
letter-spacing: 0.3rem;
margin: 0 auto;
font-weight: 700;
	
	
}


.phase_last_button{
	background: #000;
	padding: 3% ;
	width: 95%;
	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;}	
	
	
}
	



/***************************************

スライダー

***************************************/


.swiper-container {
  width: 100%;
  margin: 30px 0;
}

.swiper-slide img{
	width: 100%;
	opacity: 0.9;
}

/***************************************

pagetop

***************************************/




#page_top{
  
  position: fixed;
  right: 1%;
  bottom: 3%;
  
}

@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
	#page_top{
  
  position: fixed;
  right: -7%;
  bottom: 3%;
  
}
	
	#page_top img{
	
	width: 70%;
}

	
}


/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:3% auto 2%;
	
}

footer p{
	font-size: .7rem;
	text-align:center;
	margin: 0 auto;

}


	
	
/********************************-*/
	
@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縦*/
	
 
}	

