@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
    margin: 0 auto;
}

ol, ul {
	list-style: none;
}
	img{
		margin: 0;
		padding: 0;	
		border:none;
		vertical-align: bottom;
	}

/*マージン均等*/
.m0{
	margin: 0;
}

.m0a{
	margin: 0 auto;
}

.m5{
	margin: 5px;
}

.m10{
	margin: 10px;
}

.m20{
	margin: 20px;
}

.m30{
	margin: 30px;
}

/*マージントップ*/
.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

/*マージンボトム*/
.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}


/*マージンレフト*/
.ml5{
	margin-left: 5px;
}

.ml10{
	margin-left: 10px;
}

.ml20{
	margin-left: 20px;
}

.ml30{
	margin-left: 30px;
}

/*マージンライト*/
.mr5{
	margin-right: 5px;
}

.mr10{
	margin-right: 10px;
}

.mr20{
	margin-right: 20px;
}

.mr30{
	margin-right: 30px;
}

/*パディング均等*/
.p5{
	padding: 5px;
}

.p10{
	padding: 10px;
}

.p20{
	padding: 20px;
}

.p30{
	padding: 30px;
}

/*パディングトップ*/
.pt5{
	padding-top: 5px;
}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.pt30{
	padding-top: 30px;
}
/*パディングボトム*/
.pb5{
	padding-bottom: 5px;
}

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}

.pb30{
	padding-bottom: 30px;
}

/*パディングレフト*/
.pl5{
	padding-left: 5px;
}

.pl10{
	padding-left: 10px;
}

.pl20{
	padding-left: 20px;
}

.pl30{
	padding-left: 30px;
}

/*パディングライト*/
.pr5{
	padding-right: 5px;
}

.pr10{
	padding-right: 10px;
}

.pr20{
	padding-right: 20px;
}

.pr30{
	padding-right: 30px;
}

/*パディング左右*/
.prl5{
    padding: 0 5px;
}

.prl10{
    padding: 0 10px;
}

.prl20{
    padding: 0 20px;
}


/*フロート関連*/
.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.over-h{
	overflow: hidden;
}

/* clearfix */
.cf{zoom:1;}
.cf:after{
    content: ""; 
    display: block; 
    clear: both;
}

/* あんまり(a)改行(k)したくない(s) */    
span.aks{
    display: inline-block;
}

/* テキスト中央揃え */
.txt_center{
	text-align: center;
}

/* テキスト左揃え */
.txt_left{
	text-align: left;
}

/* PCだけ表示 */
.pc_disp{
    display: block;
}

.sp_disp{
    display: none;
}

.ds_block{display: block;}
.ds_flex{display: flex;}
.white{color: #fff;}
.bluegreen{color: #2c7865}
.red{color: #ec683a}

.top_head{
    background: #fcf3cc;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.pan{
    font-size: 12px;
    margin-bottom: 5px;
}

	#all_wrap{
		width: 1080px;
		margin: auto;
	}

	.auction_block h2{
		font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
		font-weight: bold;
		font-size: 32px;
		text-align: center;
		border-bottom: 4px solid #2c7865;
		margin: 50px 0 30px;
	}

	.auction_block{
		max-width: 1080px;
		margin-bottom: 40px;
	}
	.auction-store_wrap{
		display: flex;
		max-width: 1080px;
		justify-content: space-between;
	}
	.auction-store_child{
		width: 32%;
		box-sizing: border-box;
		display: flex;		
	}

	.auction-store_child:hover{
		opacity: 0.6;
	}

	.auction-store_child p{
		padding: 10px;
	}
	.auction-store_child img{width: 100%;}


	.auction-explain1 p,.auction-explain3 p{
	margin-top: 2.7em;
}

	.a1net{
		border-right: 1px solid #eb3678;
		position: relative;
	}
	.a1svr{
		border-right: 1px solid #4f1787;
		position: relative;
	}
	.oacub50{
		border-right: 1px solid #4b778d;
		position: relative;
	}
	
	.a1net::after{
		content: "";
		position: absolute;
		bottom: 0;
		right: 10px;
		border: 10px solid #eb3678;
  		border-top-color: transparent; 
		border-left-color: transparent;
  		height: 0;
  		width: 0;
	}

	.oacub50::after{
		content: "";
		position: absolute;
		bottom: 0;
		right: 10px;
		border: 10px solid #4b778d;
  		border-top-color: transparent; 
		border-left-color: transparent;
  		height: 0;
  		width: 0;
	}

	.a1svr::after{
		content: "";
		position: absolute;
		bottom: 0;
		right: 10px;
		border: 10px solid #4f1787;
  		border-top-color: transparent; 
		border-left-color: transparent;
  		height: 0;
  		width: 0;
	}

	.a1net h3,.a1svr h3,.oacub50 h3{
		text-align: center;
		font-weight: bold;
		margin:10px 0 20px;
	}
	.a1net h3 span,.a1svr h3 span,.oacub50 h3 span{
		color: #000;
		display: block;
		font-weight: normal;
		font-size: 16px;
	}
	.a1net h3{color: #eb3678;}
	.a1svr h3{color: #4f1787;}
	.oacub50 h3{color: #4b778d;}

	.auction-icon{margin: 0 8px 8px 0;}
	
	.midashi1{
		text-align: center;
		margin: 50px auto 20px;
	}
	.midashi1 h3{
		display: inline-block;
		color: #2c7865;
		font-weight: bold;
	}

	.info1{
		color: #2c7865;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		margin: 50px 0 20px;
	}
	
	.auction_block .info2{
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		color: #89a8b2;
		margin: 50px 0 20px;
	}

	.info-box{
		border: 1px solid #2c7865;
		background-image: url(https://gigaplus.makeshop.jp/HPohwA1HP/images/dokuji/feature/page509/bg_1.jpg),
		url(https://gigaplus.makeshop.jp/HPohwA1HP/images/dokuji/feature/page509/bg_2.jpg);
		background-position: top left,bottom right;
		background-repeat: no-repeat;
		border-radius: 17px;
		max-width: 870px;
		padding: 20px 20px 0 60px;
		margin: auto;
		box-sizing: border-box;
	}
	.info-box li{
		line-height: 40px;
		margin-bottom: 20px;
	}
	.info-box li p{
		display: inline-block;
	}
	.auction-flow_wrap{
		text-align: center;
	}
	.auction-flow_explain{
		max-width: 870px;
		margin: 10px auto;
	}
	.auction-flow_child{
		text-align: left;
		margin: 10px auto;
		max-width: 870px;
		border: 1px solid #c4d8df;
		border-radius: 10px;
		padding: 10px;
		box-sizing: border-box;
	}
	.auction-flow_child h4{
		color: #2c7865;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.auction-flow_child img{float: left;}
	.auction-flow_child:last-child img{
		float: none;
		display: block;
		margin: 0 auto;
}


	.auction-flow_child div p{
		padding-left: 20px;
		max-width: 600px;
		box-sizing: border-box;
		float: left;
}
	.auction-flow_child:last-child div p{
		float: none;
		max-width: 100%;
}

	.auction-btn{
		background: #ec683a;
		border-radius: 1000px;
		max-width: 870px;
		margin: 40px auto;
		padding: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	.auction-btn:hover{opacity: 0.6;}
	.auction-btn a{
		max-width: 870px;
		color: #fff;
		display: block;
		font-weight: bold;
	}
	footer{
		margin-top: 40px;
    	font-size: 10px;
    	padding: 10px 5px;
    	text-align: center;
    	background: #ffd7ac;
    	line-height: 1.5;
	}

/* トップへ戻るボタン */
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    background: #cf3d47;
    filter: alpha(opacity=70);	/*不透明度の値　IE向け*/
    -moz-opacity: 0.7;	/*不透明度の値　0=透明 50=半透明　100=不透明　Firefox向け*/
    opacity: 0.7;		/*不透明度の値　0=透明 0.5=半透明　1=不透明　Safari向け*/    
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.5));       
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;  
}
#page_top a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f102";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/*--------- SP用css -----------*/
@media screen and (max-width: 480px) {
/*全体の幅*/    
#all_wrap{
    width:100%;
	padding: 0 10px;
    height: auto;
	box-sizing: border-box;
}

/* SPだけ表示 */    
.pc_disp{
    display: none !important;
}

.sp_disp{
    display: block;
}

/*ロゴ*/
.logo img{
	width: 80%;
	}
	
.top_head{font-size: 12px;}

/*メインビジュアル*/
.img_aria img{width: 100%;}
	
.auction_block{max-width: 100%;}

.auction_block h2{
	font-size: 17px;
	display: flex;
	justify-content: center;
	}

.auction_block h2 img{
	max-width: auto;
    height: 100%;
	align-self: center;
	}

.auction_block h2 span{
	align-self: center;
	}
	
.auction-store_wrap{
	display: block;
	max-width: 100%;
}

.auction-store_child{
	width: 100%;
	display: block;
}

.auction-store_child img{
	width: 40%;
	float: left;
	}

.a1net{
	border-right: none;
	border-bottom: 1px solid #eb3678;
	}
.a1svr{
	border-right: none;
	border-bottom: 1px solid #4f1787;
	}
.oacub50{
	border-right: none;
	border-bottom: 1px solid #4b778d;
	}
.a1net h3,.a1svr h3,.oacub50 h3{
	display: inline-block;
	margin: 0;
	padding: 20px 0 0;
	box-sizing: border-box;
	}
.auction-explain1,.auction-explain2,.auction-explain3{
	float: left;
	text-align: center;
	width: 60%;
	box-sizing: border-box;
	}
	
.a1net::after{
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0px;
	}

.oacub50::after{
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0px;
	}

.a1svr::after{
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	}
	
.midashi1{
	text-align: left;
	margin: 50px auto 20px;
	display: flex;
	justify-content: space-around
	}
.midashi1 img{
	max-width: auto;
    height: 100%;
	align-self: center;
	}
.midashi1 h3{
	display: inline-block;
	color: #2c7865;
	font-weight: bold;
	width: 85%;
	}
.info-box{
		border-radius: 10px;
		max-width: 100%;
		padding: 20px;
	}
.info-box li{
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	}
.info-box li:last-child{margin-bottom: 0;}

.info-box li  img{
	max-width: auto;
    height: 100%;
	align-self: center;
	}
.info-box li p{
	display: inline-block;
	width: 85%;
	}

.auction-flow_child {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	}
.auction-flow_child h4{
	float: right;
	margin-bottom: 10px;
	width: 50%;
	padding-left: 1em;
	text-indent: -1em;
	}
.auction-flow_child img{
	float: left;
	width: 40%;
	}
.note{
	display: flex;
	flex-direction: row-reverse;
	}

.auction-flow_child:last-child img{
	max-width: auto;
    height: 100%;
	align-self: center;
	padding-right: 20px;
	}
	
.auction-flow_child div p{
	padding-left: 0;
	padding-top: 20px;
	max-width: 100%;
	float: none;
	clear: both;
	}

	.auction-btn{
		background: #ec683a;
		border-radius: 1000px;
		max-width: 100%;
	}
	
.auction-btn img{
	width: 5%;
	height: auto;
	vertical-align: middle;
	}

	.auction-btn a{
		max-width: 100%;
		font-size: 14px;
	}

}
