@charset "utf-8";
body {
	height: 100%;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height: 1.4;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	background-color:#ffffff;
}
* {
	box-sizing: border-box;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
img {
	display: block;
	height: auto;
	vertical-align:bottom;
	width: 100%;
}
a{
	text-decoration: none;
}
/*------------------header footer------------------*/
.header_block {
    position: relative;
    background: #ffffff;
    z-index: 100;
}
.header_block .logo {
    width: 70px;
    padding: 15px;
	box-sizing: content-box;
}

.footCopy{
	color: #fff;
	background: #333;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}

/*------------------main------------------*/

.pagescroll_entry a{
	display: block;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

/*------------------main------------------*/
.main{
	width: 100%;
}
.mainV{

}
.contents{
	position: relative;
	overflow: hidden;
}
.bg-bl{
	background-color: #46b4e2;
}
.bg01{
	background-color: #46b4e2;
	transform: skew(0deg, 3deg);
}
.bg02{
	background-color: #2abed8;
	transform: skew(0deg, 3deg);
	border-top: #FFFFFF solid 4px;
	margin-top: -20px;
}
.bg03{
	background-color: #2ccad4;
	transform: skew(0deg, 3deg);
	border-top: #FFFFFF solid 4px;
	margin-top: -16px;
}
.bg04{
	background-color: #22ccc6;
	transform: skew(0deg, 3deg);
	border-top: #FFFFFF solid 4px;
	margin-top: -10px;
}
.bg05{
	background-color: #ffffff;
	transform: skew(0deg, 3deg);
	border-top: #FFFFFF solid 4px;
	margin-top: -18px;
}
.bg-chird{
	transform: skew(0deg, -3deg);
}

.txt-img{
	padding-bottom: 10px;
}
/*-------------flex-------------*/
.flex-box{
	padding: 10px 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	align-items: center;
	color: #FFFFFF;
}
.flex-box-img{
	max-width: 50%;
	flex-basis: 50%;
	padding-top: 26px;
}
.flex-box-img:nth-child(2n){
	padding-left: 1em;
}
.flex-box-img:nth-child(2n+1){
	padding-right: 1em;
}
.flex-box-txt{
	max-width: 50%;
	flex-basis: 50%;
	padding-bottom: 34px;
}
.flex-box img{
	height: auto;
}
/*-------------注意事項-------------*/
.caution{
	padding: 30px 20px 40px;
	
}
/*-------------  cp -------------*/

.invite-cp-main{
	background: #cc0033;
	padding: 10px;
	text-align: center;
}
.invite-cp-mainV{
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.invite-cp-mainV::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 102px;
	background: url(../images/news_cp_im01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -80px;
}
.invite-cp-bg,
.invite-cp-bg02{
	line-height: 0;
}
.invite-cp-bg{
	margin-bottom: -1px;
}
.invite-cp-bg02{
	margin-top: -1px;
}
.invite-cp-bg::before{
	content: "";
	display: inline-block;
	background: url(../images/invite_cp_bg.png) repeat-x;
	width: 100%;
	height:43px;
	background-size: auto 43px;
}
.invite-cp-bg02::after{
	content: "";
	display: inline-block;
	background: url(../images/invite_cp_bg.png) repeat-x;
	width: 100%;
	height:43px;
	background-size: auto 43px;
	transform: rotateZ(180deg);
}
.invite-cp-txt{
	margin: 20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/invite_cp_bgcoin.png) no-repeat center top;
	background-size: contain;
}
.invite-cp-term{
    background: #fff;
    border-radius: 20px;
    padding: 8px 15px;
    max-width: 550px;
    margin: 20px auto 30px;
    line-height: 0;
}
.invite-cp-lp{
	margin: 15px 30px;
}
.invite-cp-caution-ttl{
	font-weight: bold;
	margin-bottom: 5px;
}
.invite-cp-caution-wrap{
    margin: 20px 20px 40px;
}
.invite-cp-caution-wrap li{
	padding-left: 20px;
	position: relative;
}
.invite-cp-caution-wrap li::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 4px solid #cccccc;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 4px;
}

.cap-check::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/news_invite_iccheck.png) no-repeat;
	background-size: 10px;
}
.is-sp {
	display: block;
}
.is-pc {
	display: none;
}


@media only screen and (min-width: 700px) {	
	.flex-box{
		width: 700px;
		margin: 0 auto;
	}
	.bg03{
		margin-top: -20px;
	}
	.caution{
		width: 700px;
		margin: 0 auto;
	}
	.invite-cp-lp {
		margin: 15px auto;
		max-width: 480px;
	}
.invite-cp-mainV::before{
	width: 370px;
	}
}
/*------------------footer------------------*/

@media screen and (min-width: 768px) {
	.is-sp {
		display: none;
	}
	.is-pc {
		display: block;
	}
  .footer_block {
    background: #404040;
  }
}

.footer_block {
  width: 100%;
  background: #1f1f1f;
  padding: 35px 0 35px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.footer_block .sp_nav ul li + li {
  margin-top: 16px;
}

.footer_block .sp_nav ul li a {
  position: relative;
  letter-spacing: 1px;
  font-size: 12px;
  padding-left: 24px;
  color: #fff;
  display: block;
}

.footer_block .sp_nav ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/promo_pic_footer_icon.png) center center no-repeat;
  background-size: contain;
}

.footer_block .pc_nav {
  max-width: 768px;
  width: 100%;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer_block .pc_nav ul {
  letter-spacing: -.4em;
  margin-top: -25px;
}

.footer_block .pc_nav ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-top: 25px;
  margin-left: 24px;
}

.footer_block .pc_nav ul li.icon_human a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/promo_icon_human.png) center center no-repeat;
  background-size: contain;
}

.footer_block .pc_nav ul li.icon_dmenu_solid a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/promo_icon_dmenu_solid.png) center center no-repeat;
  background-size: contain;
}

.footer_block .pc_nav ul li.icon_finder a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/promo_pic_footer_icon.png) center center no-repeat;
  background-size: contain;
}

.footer_block .pc_nav ul li.icon_dmenu_fill a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/promo_icon_dmenu_fill.png) center center no-repeat;
  background-size: contain;
}

.footer_block .pc_nav ul li a {
  position: relative;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 24px;
  color: #fff;
  display: block;
}

.footer_block small {
  display: block;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #b2b2b2;
  font-family: 'roboto';
}

@media screen and (min-width: 768px) {
  .footer_block small {
    font-size: 14px;
    color: #b2b2b2;
  }
}

.footer_block .pagescroll_top_button {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background: #6e6e6e;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.footer_block .pagescroll_top_button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 50%;
  background: #fff;
}

.footer_block .pagescroll_top_button span:before {
  content: '';
  left: 50%;
  top: 12px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: rotate(45deg) translateX(-78%);
  -ms-transform: rotate(45deg) translateX(-78%);
  transform: rotate(45deg) translateX(-78%);
}

/* clearfix */
.cfx::after{
  content: "";
  display: block;
  clear: both;
}