
@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 Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	background: #FFF;
	
	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

***************************************/





ul.menu{
	
	
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin: 0% auto 0;
	padding: 1% 0 0 0;
	background: #fff
	
	
		
}
	
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以下でレスポンシブ表示へ*/
	
	
	
	


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: 40%;
}

ul.menu li{
	width: 10%;
	float: left;
	
}	
	
.logo{
	
	width: 95%;
	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);
            }




/*------------5/18コンテンツ-------*/


.phase_001{
	width: 100%;
	margin: 0 auto;
	
}
.phase_002{
	width: 100%;	
	background: #fff;
	padding-top: 10%;
}



p.tit_sub_disp {
	width: 35%;
	margin: 5% auto;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 2.8rem;
	
}


.f-container{
	display:flex;
	width: 95%;
	margin: 0 auto;
	
}

.f-container2{
	display:flex;
	width: 85%;
	margin: 0 auto;
	
}

.f-itembox{
	width: 40%;
	position: relative;
}

.word{
	position: absolute;
	top:40%;
	left:0%;
	transform: rotate(-10deg);
}
.f-itembox img.word{
	width: 50%!important;
}


.word2{
	position: absolute;
	top:-8%;
	right:0%;
	transform: rotate(7deg);
}

.f-itembox img.word2{
	width: 40%!important;
}

.word3{
	position: absolute;
	top:-15%;
	left:0%;
	transform: rotate(-10deg);
}
.f-itembox img.word3{
	width: 70%!important;
}





.word4{
	position: absolute;
	bottom:-5%;
	right:0%;
	transform: rotate(-6deg);
}

.f-itembox img.word4{
	width: 70%!important;
}


.f-itembox img{
	width: 90%;
	
}

.f-itembox2{
	width: 20%;
	text-align: center;
}

.f-itembox2 img{
	width: 90%;
	transform: rotate(5deg);
	margin-top:-18%;
}


.f-itembox3{
	width: 20%;
	text-align: center;
}


ul.item_pick{
	
	width: 100%;
	margin:0 auto;	
	
}

ul.item_pick li{	
	width: 48%;
	float: left;
	text-align: center;
	margin-bottom: 8%;
}

.item_pick img{
	width: 95%;
	
}



p.item_name{
	
	width: 55%;
	margin: 1% auto;
	color: #000;
	font-size: .9rem;
	
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
}



ul.code_item{
width: 90%;
margin: 90% auto;}


ul.code_item li
{
 font-size: 1.3rem;
 line-height: 2.5rem;
 letter-spacing: 0.1rem;
text-align: left;	
	
}



ul.item_pick2{
	
	width: 70%;
	margin: 5% auto;
}

ul.item_pick2 li{
	width:33.33%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
}


ul.item_pick3{
	
	width: 80%;
	margin: 5% auto;
}

ul.item_pick3 li{
	width:25%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
}



.new {
	font-size: 1.00rem;
	width: 30%;
	padding: 0.1% 3%;
	border: 2px solid #333;
	text-align: center;
	font-weight: 900;
	margin-bottom: 1%;
}

.new1 {
	font-size: .9rem;
	width: 30%;
	padding: 0.1% .5%;
	margin-right: 0.5%;
	border: 1px solid #333;
	text-align: center;
	font-weight: 900;
	margin-bottom: 1%;
}

.cordlink{
	width: 15%;
	font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	margin: -5% auto 0;
	text-align: center;
	padding: 1.5% 0;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;	
}



.cordlink2{
	width: 15%;
	font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	margin: 0% auto 0;
	text-align: center;
	padding: 1.5% 0;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;	
}












@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	

.phase_001{
	width: 100%;
	margin: 0 auto;
	
}
.phase_002{
	width: 100%;	
	background: #fff;
	padding-top: 10%;
}



p.tit_sub_disp {
	width: 90%;
	margin: 20% auto;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 2.8rem;
	
}


.f-container{
	display:block;
	width: 100%;
	margin: 0 auto;
	
}

.f-container2{
	display:block;
	width: 100%;
	margin: 0 auto;
	
}

.f-itembox{
	width: 100%;
	position: relative;
	margin-top: 10%;
}

.word{
	position: absolute;
	top:40%;
	left:0%;
	transform: rotate(-10deg);
}
.f-itembox img.word{
	width: 50%!important;
}


.word2{
	position: absolute;
	top:-8%;
	right:0%;
	transform: rotate(7deg);
}

.f-itembox img.word2{
	width: 40%!important;
}

.word3{
	position: absolute;
	top:-15%;
	left:0%;
	transform: rotate(-10deg);
}
.f-itembox img.word3{
	width: 70%!important;
}





.word4{
	position: absolute;
	bottom:-5%;
	right:0%;
	transform: rotate(-6deg);
}

.f-itembox img.word4{
	width: 70%!important;
}


.f-itembox img{
	width: 100%;
	
}

.f-itembox2{
	width: 100%;
	text-align: center;
}

.f-itembox2 img{
	width: 30%;
	transform: rotate(5deg);
	margin:5% 0;
}


.f-itembox3{
	width: 100%;
	text-align: center;
}


ul.item_pick{
	
	width: 100%;
	margin:0 auto;	
	
}

ul.item_pick li{	
	width: 48%;
	float: left;
	text-align: center;
	margin-bottom: 8%;
}

.item_pick img{
	width: 95%;
	
}



p.item_name{
	
	width: 90%;
	margin: 2% auto;
	color: #000;
	font-size: .9rem;
	
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
}



ul.code_item{
width: 90%;
margin: 15% auto;}


ul.code_item li
{
 font-size: 1.3rem;
 line-height: 2.5rem;
 letter-spacing: 0.1rem;
text-align: left;	
	
}



ul.item_pick2{
	
	width: 100%;
	margin: 5% auto;
}

ul.item_pick2 li{
	width:33.33%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
}

ul.item_pick2 li img{
		width: 100%;
	}	

ul.item_pick3{
	
	width: 100%;
	margin: 5% auto;
}

ul.item_pick3 li{
	width:33.333%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
}


ul.item_pick3 li img{
		width: 100%;
	}
	
	

.new {
	font-size: 1.00rem;
	width: 30%;
	padding: 0.1% 3%;
	border: 2px solid #333;
	text-align: center;
	font-weight: 900;
	margin-bottom: 1%;
}


	
	


.cordlink{
	width: 100%;
	font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	margin: -5% auto 0;
	text-align: center;
	padding: 1.5% 0;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;	
}



.cordlink2{
	width: 100%;
	font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	margin: 0% auto 0;
	text-align: center;
	padding: 1.5% 0;
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;	
}
	
	
	
}

/*---------コンテンツ--------*/	
	
	
.phase_01{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	
	
	}


.sp_only{display: none;}



div.top_img{
	width: 100%;
	height: 700px;
	position: relative;
	/*background-image: url("https://www.rakuten.ne.jp/gold/aranciato/tokusyu/201111/feature/img/201111-ii-0.jpg");*/

	font-size: 1.8rem;
	font-weight: 900;
	
  	writing-mode: vertical-rl;
}






	
h1{
	width: 100%;
	text-align: center;

}	
	

h1 img{
	width: 80%;
	margin: 0 auto;
}

p.title_Disp{
width: 28%;	
font-size: 1.8rem;
line-height: 3.2rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
font-weight: 700;

	
}





.point_Disp{
	
background: #fff;
padding: 2% 0;	
	
width: 40%;	
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: #f4f7a8;
	
width: 20%;	
margin: 0 auto 2%;	
	
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;	
	}	





@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	

.sp_only{display: inline-block;}	
	
.pc_only{display: none;}	
	
	
	
.item{
	width: 90%;
	margin: 5% auto 0;
}


.main_img{
	
	
   display: block;
	
	margin: 0 auto;
	width: 100%;
	
}
	
.main_part1 img{
		width: 100%;
	}	
	

ul.cood{
	width: 100%;
	
	position: static;
	bottom: 1%;

}
	
	ul.cood img{
		width: 100%;
	}	

.cood_txt{
	margin-left: 1rem;
	font-size: 1.1rem;
	line-height: 2.8rem;
	letter-spacing: 0.1rem;
}

	

.sub_img{
	
	
    display: block;
	
	margin: 0 auto;
	width: 100%
}



	
	
.item_element{
	margin: 0 auto;
	width: 100%;
}


.item_element li{
	width: 50%;
	float: left;
}

	
.item_element li img{
	width: 100%
}
	
	

.brand{
	
	width: 100%;
	margin: 0 auto;
}
	
	
.brand img{
		width: 100%;
	}	

.tagu a{
	margin: 1% 0 3% 0;
	padding: 1% 2.5%;
	font-size: 1.3rem;
	line-height: 3rem;
	background: #c8ddb9;
	color: #fff;
}



.brand_2{
	
	width:90%;
	margin: 1% auto;
	text-align: center;

}	
	


/*---------コンテンツ--------*/	
	
	




div.top_img{
	width: 100%;
	height: 700px;
	position: relative;
	/*background-image: url("https://www.rakuten.ne.jp/gold/aranciato/tokusyu/201111/feature/img/201111-ii-0.jpg");*/

	font-size: 1.8rem;
	font-weight: 900;
	
  	writing-mode: vertical-rl;
}










	
h1{
	width: 100%;
	text-align: center;

}	
	

h1 img{
	width: 100%;
	margin: 0 auto;
}

p.title_Disp{
width: 70%;	
font-size: 1.8rem;
line-height: 3.2rem;
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;	
}




	








/******コンテンツメイン****/	
	
	




/****ボタン***/

.button_waku{
	
	width: 100%;
	margin: 8% auto 3%;
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	
	
}
	
.button_waku_2{
	
	width: 100%;
	margin: 3% auto ;
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	
	
}


}

/***************************************

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縦*/
	
 
}	

