
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	
		
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	word-break: break-word;/*自動改行*/
	
	/*font-family: "Noto Sans JP";*/
	font-family: serif;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-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

***************************************/





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以下でレスポンシブ表示へ*/
	
	
	
	


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: 30%;	
font-size: 1.6rem;
line-height: 3.2rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
font-weight: 900;

	
}



.sp_only{display: none;}



.point_Disp{

	
position: fixed;
right: 0;
bottom: 5%;	
	
background-image: url(https://image.rakuten.co.jp/aranciato/cabinet/pickup-2022/0517-sbb-back2.jpg);
padding: 2% 0;	
	
width: 15%;	
margin: 0 auto;
	
color:#666;
font-weight: 900;	
	
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;	
	}	








@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	

.sp_only{display: inline-block;}	
	
.pc_only{display: none;}	
	
	
	
	


	
.topimg{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
	
}
	
.topimg img{
	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: 95%;	
font-size: 1.6rem;
line-height: 3.2rem;
letter-spacing: 0.3rem;	
text-align: left;
margin: 5% auto 3%;
	
font-weight: 900;

	
}

.point_Disp{
	
position: fixed;
right: 0;
top: 0;	
	
width: 100%;	
height:5%;
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;

	
}





.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;	
	}	

	
	

	
}	

/*---------導入部--------*/	





/****************************************

コンテンツメイン 5/17

****************************************/

.phase_0517{
	width: 100%;
	margin: 10% auto;
	
}


.code_box{	
	
	width: 65%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
	

}

.code_box_children{
	width: 32.3333%;
	text-align: center;
	padding-right: 1%;
	
}


.code_item{
	width: 70%;
	margin: 3% auto;
	font-size: 1.1rem;
	text-align:left;
	line-height: 1.5rem;
	
	
}



.item_box{
	width: 45%;
	margin: 5% auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
}

.item_box_children_left{
	width: 30%;
	
	
}


.item_box_children_left img{
	width: 90%;
	text-align: center;
}

.item_box_children_right{
	width: 70%;
	
	
}

.item_title{
	width: 80%;
	padding-top: 3%;
	font-size: 2.3rem;
	font-weight: 700;
	
	
	
}
.hr{
	width: 70%;
	margin-left: 0;
}

.item_sub{
	width: 80%;
	padding-top: 3%;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.25rem;
	line-height: 2.2rem;
}	
	
	
.item_link{
	width: 80%;
	padding-top: 3%;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2rem;
}	





.pickup_box{
	width: 60%;
	margin: 6% auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
}


.pickup_box_children{
	width: 24%;
	text-align: center;
	padding-right: 1%;
	
}

.pickup_box_children img{
	width: 85%;}






.item_name{
	idth: 80%;
	padding-top: 1%;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	

	
}


.other_item_title{
	
	width: 90%;
	margin: 0 auto;
	padding-top: 10%;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}






.pickup_box2{
	width: 65%;
	margin: 15% auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
	
	position: relative;
}


.pickup_box_children2{
	width: 24%;
	text-align: center;
	padding-right: 1%;
	
}

.pickup_box_children2 img{
	width: 90%;}


.item_category{
	position: absolute;
	top:-40%;
	left:-5%;
	
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}


.item_category_right{
	position: absolute;
	top:-40%;
	right:-5%;
	
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}



@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
	
	

.phase_0517{
	width: 100%;
	margin: 10% auto;
}


.code_box{	
	
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
	

}

.code_box_children{
	width: 100%;
	text-align: center;
	padding-right: 1%;
	
}


.code_item{
	width: 70%;
	margin: 3% auto;
	font-size: 1.1rem;
	text-align:left;
	line-height: 1.5rem;
	
	
}



.item_box{
	width: 100%;
	margin: 5% auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
}

.item_box_children_left{
	width: 100%;
	text-align: center;
	
}


.item_box_children_left img{
	width: 80%;
	
}

.item_box_children_right{
	width: 100%;
	
	
}

.item_title{
	width: 95%;
	padding-top: 3%;
	font-size: 2.3rem;
	font-weight: 700;
	
	
	
}
.hr{
	width: 100%;
	margin-left: 0;
}

.item_sub{
	width: 95%;
	margin: 0 auto;
	padding-top: 3%;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.25rem;
	line-height: 2.2rem;
}	
	
	
.item_link{
	width: 95%;
	margin: 0 auto;
	padding-top: 3%;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2rem;
}	





.pickup_box{
	width: 100%;
	margin: 6% auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
}


.pickup_box_children{
	width: 45%;
	text-align: center;
	padding-right: 1%;
	
}

.pickup_box_children img{
	width: 85%;}






.item_name{
	width: 95%;
	padding-top: 1%;
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 1.5rem;
	text-align: center;
	
	

	
}


.other_item_title{
	
	width: 90%;
	margin: 0 auto;
	padding-top: 10%;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}






.pickup_box2{
	width: 100%;
	margin: 30% auto;
	display: flex;
	flex-wrap:wrap;
	gap: 0;
	
	position: relative;
}


.pickup_box_children2{
	width: 48%;
	text-align: center;
	padding-right: 1%;
	
}

.pickup_box_children2 img{
	width: 90%;}


.item_category{
	position: absolute;
	top:-25%;
	left:5%;
	
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}


.item_category_right{
	position: absolute;
	top:-20%;
	right:10%;
	
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

	
.item_category img{
	width: 80%;
}
	
.item_category_right img{
	width: 80%;
}
		
	
}	

/***************************************

ボタン

***************************************/


	
/* 008 */
.button008 a {
    background: #000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1% auto;
    width: 40%;
    padding: 1%;
    transition: 0.3s ease-in-out;
    font-weight: 900;
    z-index:0;
	font-size: 1.8rem;
	color:#fff;
}
.button008 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
}
.button008 a:hover {
    color: #FFF;
}
.button008 a:hover:before {
    width: 100%;
    z-index: -1;
}



@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	/* 008 */
.button008 a {
    background: #000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1% auto;
    width: 90%;
    padding: 2%;
    transition: 0.3s ease-in-out;
    font-weight: 900;
    z-index:0;
	font-size: 1.5rem;
	color:#fff;
	
 }
.button008 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
}
.button008 a:hover {
    color: #FFF;
}
.button008 a:hover:before {
    width: 100%;
    z-index: -1;
}
	
}


/***************************************

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縦*/
	
 
}	

