
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	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;
}






/***************************************

contents

***************************************/


section.top{
	
	
}


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
}




/*---------トグル--------*/	

	.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_01{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	
	
	}



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;
}







.back_ground1{
	position: absolute;
	top:10%;
	right:45%;
	z-index: 10000;
	background:#fff;
	padding: 0.5%;
	
}


.back_ground2{
	position: absolute;
	top:10%;
	right:47%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}

.back_ground3{
	position: absolute;
	top:10%;
	right:49%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}

.back_ground4{
	position: absolute;
	top:10%;
	right: 51%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}


.back_ground5{
	position: absolute;
	top:10%;
	right:53%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}




	
h1{

font-size: 4rem;
text-align: center;
margin: 5% auto;}	
	

h1 img{
	width: 50%;
	margin: 0 auto;
}

p.title_Disp{
width: 40%;	
font-size: 1.5rem;
line-height: 3rem;	
text-align: left;
margin: 5% auto 3%;

	
}





.point_Disp{
	
background: #6f9196;
padding: 2% 0;	
	
width: 40%;	
margin: 0 auto;
	
color:#fff;	


}


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: 20%;	
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;	
	}	








/******コンテンツメイン****/



.phase_02{
	width: 100%;
	margin: 10%　auto;
	padding: 5% 0;
	
	letter-spacing: 0.3rem;	
	
	
	}



h2{
font-family: 'EB Garamond', serif;
font-size: 5rem;
text-align: center;
margin: 5% auto 1%;
letter-spacing: 0.5rem;}




.this_box{
	
	width: 23%;
	margin: 3% auto 0;
	text-align: center;
	position: relative;
	padding: 2% 2%;
}


p.thisgif{
	
	position: absolute;
	
	top:0%;
	right:10%;
	
	-webkit-transform: rotate(10deg); /* chrome、safari　*/
	-moz-transform: rotate(10deg); /* firefox　*/
	
}

.this_box::before, .this_box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.this_box::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}

.this_box::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}



.this_box img{
	width: 100%;
	
}

.this_Disp{
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	font-weight: 900;
}








.flex_Container{
	display:flex;
	
	width: 65%;
	margin: 5% auto;
}


.left_box{
	
	width: 45%;
	
	margin: 0 auto;
}

ul.slider{
	width: 100%;
	
	
}

.slider img{
	width: 100%;
}




.cood{
	font-family: 'EB Garamond', serif;
	font-size:1.2rem;
	line-height: 2.5rem;
	margin-left: 2%;
	letter-spacing: 0.2rem;
}

.viewmore{
	border: 1px solid #666;
	padding: 0 0.5%;
	margin-left: 1%;
	letter-spacing: 0.2rem;
}



.right_box
{
	
	width: 45%;
	
	margin: 0 auto;
}



h3{
font-family: 'EB Garamond', serif;
font-size: 3.5rem;
text-align: center;
margin: 8% auto 1%;
letter-spacing: 0.5rem;}



.itempick{
	
	width: 70%;
	margin: 3% auto;
}


.itempick li{
	width: 25%;
	float: left;
	margin-bottom: 2%;
}



.itempick li img{
	width: 100%;
	text-align: center;
}

.cood_pick{
	font-family: 'EB Garamond', serif;
	font-size:1.2rem;
	line-height: 2.5rem;
	margin-left: 2%;
	letter-spacing: 0.2rem;
	text-align: center;
}


/****ボタン***/

.button_waku{
	
	width: 80%;
	 margin: 8% auto 0;
	text-align: center;
	font-size: 2.3rem;
	 color: #333;
}

.simple_square_btn2 {
	display: block;
	position: relative;
	width: 50%;
	margin: 0 auto;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #1B1B1B;
}


.simple_square_btn2:hover {
	 background: #1B1B1B;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	opacity: 1;
}


@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	

section.top{
	position: relative;
	
}


ul.menu{
	
	position: fixed;
	top:0;
	left: 0;
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin: 0% auto 0;
	padding: 2% 0;
	
	background: #fff;
	
	z-index: 10000;
	
	
		
}
	
ul.menu li.li20{
	width: 40%;
}

ul.menu li.li65{
	width: 20%;
}

ul.menu li{
	width: 10%;
	float: left;
	
}	
	
.logo{
	
	width: 60%;
	padding-left: 5%;
}


	
.sns{
	
	font-size: 1.5rem
}

	
	


/*---------コンテンツ--------*/	
	
	
.phase_01{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	
	
	}



div.top_img{
	width: 100%;
	height: 550px;
	position: relative;
	/*background-image: url("https://www.rakuten.ne.jp/gold/aranciato/tokusyu/201111/feature/img/201111-ii-0.jpg");*/

	font-size: 1.6rem;
	font-weight: 900;
	
  	writing-mode: vertical-rl;
}







.back_ground1{
	position: absolute;
	top:20%;
	right:30%;
	z-index: 10000;
	background:#fff;
	padding: 0.5%;
	
}


.back_ground2{
	position: absolute;
	top:20%;
	right:38%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}

.back_ground3{
	position: absolute;
	top:20%;
	right:46%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}

.back_ground4{
	position: absolute;
	top:20%;
	right: 54%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}


.back_ground5{
	position: absolute;
	top:20%;
	right:62%;
	z-index: 10000;
	background:#fff;	
	padding: 0.5%;
}




	
h1{

font-size: 4rem;
text-align: center;
margin: 5% auto;}	
	

h1 img{
	width: 50%;
	margin: 0 auto;
}

p.title_Disp{
width: 40%;	
font-size: 1.5rem;
line-height: 3rem;	
text-align: left;
margin: 5% auto 3%;

	
}





.point_Disp{
	
background: #6f9196;
padding: 2% 0;	
	
width: 90%;	
margin: 0 auto;
	
color:#fff;	


}


p.point_Disp_m{
	
width: 90%;	
		
font-size: 1.3rem;
line-height: 3rem;	
text-align: center;
margin: 2% auto;	
font-weight: 400;	
	}	


p.coupon{
	
border-radius:10px;
background: #fff;
	
width: 50%;	
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: 90%;	
margin: 2% auto;
	
color:#fff;	


}


p.info_Disp_m{
	
width: 90%;	
		
font-size: 1.3rem;
line-height: 3rem;	
text-align: center;
margin: 2% auto;	
font-weight: 400;	
	}	



	p.info_Disp_m br{
		display: none;
	}




/******コンテンツメイン****/



.phase_02{
	width: 100%;
	margin: 10%　auto;
	padding: 10% 0;
	
	letter-spacing: 0.3rem;	
	
	
	}



h2{
font-family: 'EB Garamond', serif;
font-size: 5rem;
text-align: center;
margin: 5% auto 1%;
letter-spacing: 0.5rem;}




.this_box{
	
	width: 70%;
	margin: 20% auto 0;
	text-align: center;
	position: relative;
	padding: 3% 4%;
}


p.thisgif{
	
	position: absolute;
	
	top:-10%;
	right:-15%;
	
	-webkit-transform: rotate(10deg); /* chrome、safari　*/
	-moz-transform: rotate(10deg); /* firefox　*/
	
}

.this_box::before, .this_box::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.this_box::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}

.this_box::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}



.this_box img{
	width: 100%;
	
}

.this_Disp{
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	font-weight: 900;
}








.flex_Container{
	display:block;
	
	width: 100%;
	margin: 5% auto;
}


.left_box{
	
	width: 100%;
	
	margin: 0 auto;
}

ul.slider{
	width: 100%;
	
	
}

.slider img{
	width: 100%;
}




.cood{
	font-family: 'EB Garamond', serif;
	font-size:1.2rem;
	line-height: 2.5rem;
	margin-left: 2%;
	letter-spacing: 0.2rem;
}

.viewmore{
	border: 1px solid #666;
	padding: 0 0.5%;
	margin-left: 1%;
	letter-spacing: 0.2rem;
}



.right_box
{
	
	width: 100%;
	
	margin: 5% auto;
}



h3{
font-family: 'EB Garamond', serif;
font-size: 3rem;
text-align: center;
margin: 8% auto 1%;
letter-spacing: 0.5rem;}



.itempick{
	
	width: 90%;
	margin: 3% auto;
}


.itempick li{
	width: 50%;
	float: left;
	margin-bottom: 2%;
}



.itempick li img{
	width: 100%;
	text-align: center;
}

.cood_pick{
	font-family: 'EB Garamond', serif;
	font-size:1.2rem;
	line-height: 2.5rem;
	margin-left: 2%;
	letter-spacing: 0.2rem;
	text-align: center;
}


/****ボタン***/

.button_waku{
	
	width: 100%;
	 margin: 12% auto 0;
	text-align: center;
	font-size: 1.8rem;
	 color: #333;
}

.simple_square_btn2 {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #1B1B1B;
}


.simple_square_btn2:hover {
	 background: #1B1B1B;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	opacity: 1;
}

	
	

.pc_only{display: none;}
	
}






/***************************************

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縦*/
	
 
}	

