@charset "UTF-8";

/*- jp-cmptemp
-----------------------------------------------------------------------*/
#jp-cmptemp {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 1030px;
  color: #000000;
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  #jp-cmptemp {
    padding: 10px 1%;
    width: auto;
  }
}



.joyFesTitle {
	font-size: 21px;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	
	.joyFesTitle {
		font-size: 18px;
		padding: 30px 3% 0;
		margin-bottom: 10px;
	}
	
}


.cclList {
	text-indent : -1.1em;
	padding-left : 1.1em;
}


/* main */

.joyFesMain {
}

/* sns */

.joyFesSnsWrap {
	background: #fff;
	padding: 20px 5% 30px;
	text-align: center;
}

.joyFesFirstLead {
	margin: 50px 0 30px;
}

.joyFesFirstLead dt {
	font-size: 18px;
	font-weight: bold;
}

.joyFesFirstLead dd {
	font-size: 36px;
	font-weight: bold;
	color: #e3007f;
}

.joyFesSecLead {
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
}

.joyFesSecLead span {
	font-weight: bold;
}


.blueText {
	color: #005ead;
}

.pinkText {
	color: #e3007f;
}

.fsBig {
	font-size: 36px;
}

br.spIn {
	display: none;
}

/* スマホ表示 */
@media screen and (max-width: 767px){
	
	
	.joyFesSnsWrap {
		padding: 20px 3% 30px;
	}

	.joyFesFirstLead {
		margin: 30px 0 20px;
	}

	.joyFesFirstLead dt {
		font-size: 16px;
	}

	.joyFesFirstLead dd {
		font-size: 28px;
	}

	.joyFesSecLead {
		font-size: 20px;
	}

	.fsBig {
		font-size: 24px;
	}
	
	br.spIn {
		display: inline;
	}
	
	
}

/* campaign */

.campaignWrap {
	text-align: center;
}


.campaignWrap dt {
	background: #541b86;
	color: #fff;
	line-height: 1.0;
	padding: 20px 0 15px;
	font-size: 24px;
	font-weight: bold;
}

.campaignWrap dd {
	background: #c20f84;
	padding: 20px 0;
	color: #ffffff;
}


.campaignWrap dd p {
	display: inline-block;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

.campaignWrap dd p:first-of-type{
	margin-right: 1em;
}

.campaignWrap dd p .smallText {
	font-weight: bold;
	font-size: 18px;
}

.campPinkWrap {
	background: #541b86;
	padding: 25px 20px 40px;
}

.marginBtm0 {
	margin-bottom: 0 !important;
}

.marginBtm10 {
	margin-bottom: 10px;
}

.marginTop10 {
	margin-top: 10px;
}

.campWhiteWrap {
	background: #fff;
	padding: 30px 50px;
	border-radius: 10px;
	margin-bottom: 40px;
}

.campWhiteWrap.bgBrown {
	background: #f7f4e4;
}

.alignCenter {
	text-align: center;
}

.flowerTitle {
	background: url("../img/confetti_icon.png") left top no-repeat;
	padding-left: 42px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
}

.campPresentWrap {
	padding: 0 0 0 25px;
	margin-bottom: 60px;
	position: relative;
}


.campPresentWrap .presentIcon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.presentList {
	margin-top: 50px;
}

.presentList li:nth-child(n + 2) {
	margin-top: 20px;
}

.pinkBorderWrap {
	border: 3px solid #c70074;
	padding: 70px 35px 40px;
	position: relative;
	border-radius: 10px;
}

.pinkBgTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.giftText {
	text-align: center;
	margin-bottom: 40px;
}

.giftCaution {
	margin-top: 40px;
	font-size: 12px;
}

.campBoldText {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

.stepTitle {
	color: #ffffff;
	margin-bottom: 15px;
	line-height: 1.0;
	background: #c70074;
	font-size: 18px;
	text-align: center;
	padding: 12px 0 10px;
	font-weight: bold;
}

.stepFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.stepLeft {
	width: 44%;
	text-align: right;
}
.stepRight {
	width: 53%;
	font-size: 12px;
}

.pinkList {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	padding-left: 1.1em;
}

.pinkList::before {
	width: 8px;
	height: 8px;
	background: #e50984;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
}

.normalText {
	font-size: 14px;
	line-height: 1.6;
}

.normalText p,
.normalText li{
	line-height: 1.6 !important;
}


a.blueTextLink {
	color: #1d88ec;
	font-size: 18px;
}

.pinkBoldText {
	font-size: 21px;
	font-weight: bold;
	color: #e3007f;
	margin-bottom: 10px;
}

.middleBoldText {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}

.jp-cmp-template-main sup {
	font-size: 0.6em;
	vertical-align: top;
}

.guidelineWrap {
	text-align: center;
	margin: 25px 0;
}

.guidelineWrap a {
	display: inline-block;
	background: #5466a2;
	color: #fff;
	width: 380px;
	line-height: 1.0;
	padding: 25px 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
	position: relative;
	box-shadow: 3px 3px 0 #b1b1b8;
}


.guidelineWrap2 {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 25px;
}


.guidelineWrap2 a {
	display: inline-block;
	background: #C70074;
	color: #fff;
	width: 900px;
	height: 60px;
	line-height: 1.0;
	padding: 45px 0 20px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	border-radius: 7px;
	position: relative;
	box-shadow: 3px 3px 0 #b1b1b8;
}




@media screen and (max-width: 767px){
	

	.campaignWrap dt {
		font-size: 20px;
	}

	.campaignWrap dd {
		padding: 15px 5%;
	}

	.campaignWrap dd p {
		font-size: 24px;
		display: block;
	}

	.campaignWrap dd p:first-of-type{
		margin-right: 0;
		margin-bottom: 10px;
	}

	.campaignWrap dd p .smallText {
		font-size: 16px;
	}

	.campPinkWrap {
		padding: 30px 4% 50px;
	}

	.campWhiteWrap {
		padding: 20px 5%;
		margin-bottom: 30px;
	}

	.flowerTitle {
		padding-left: 38px;
		font-size: 20px;
		margin: 0 0 20px;
	}

	.campPresentWrap {
		padding: 0;
		margin-bottom: 50px;
	}

	.campPresentWrap .presentIcon {
		display: none;
	}

	.presentList {
		margin-top: 40px;
	}

	.presentList li:nth-child(n + 2) {
		margin-top: 20px;
	}

	.pinkBorderWrap {
		border: none;
		padding: 0;
	}

	.pinkBgTitle {
		position: static;
		margin-bottom: 20px;
		transform: none;
	}

	.giftText {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.giftCaution {
		margin-top: 30px;
		font-size: 12px;
	}
	
	
	.stepFlex {
		display: block;
		margin-bottom: 50px;
	}

	.stepLeft {
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	.stepRight {
		width: auto;
	}

	
	
	.guidelineWrap2 a {
		width: 100%;
	}	
	
}
