@charset "UTF-8";
/* CSS Document */

.campaign a {
	transition: 0.5s;
}
.campaign a:hover {
	opacity: 0.6;
}
#single.campaign #titBox {
	padding-top: 1%;
	padding-bottom: 1%;
	
}
.campaign a.linkBl {
	color: #3D7FBD;
	text-decoration: underline;
}
.campaign .mainBox {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	margin-top: 3%;
}
.campaign .mainBox h4 {
	font-size: 20px;
	background-color: #EA5C6D;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	margin-bottom: 10px;
}
.campaign .campBox {
	border: #EA5C6D solid 2px;
	margin: 30px auto;
	border-radius: 20px;
	position: relative;
	margin-top: 30px !important;
	padding: 38px;
	background-color: #fff;
}
.campaign .campBox h4 {
	font-size: 32px;
	background-color: #EA5C6D;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 8em;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.campaign .houhou ul {
}
.campaign .houhou li {
	font-size: 18px;
	padding: 0.2em 0;
	text-indent: -1em;
	padding-left: 1em;
}
.campaign .houhou li::before {
	content: '●';
	color: #EE8382;
}
.campaign .houhou .caption {
	font-size: 16px;
}
#single.campaign .sec {
	padding: 3% 0;
}
#single.campaign .sec.bgPnk {
	background-color: #F6E8E6;
	padding-top: 2.5%;
}

.campaign #sec01 .qBox {
	font-size: 26px;
	font-weight: 400;
	position: relative;
	width: 100%;
	padding: 0.2em 0 0.5em;

}

.campaign #sec01 ol {
	justify-content: center;
}
.campaign #sec01 li {
	font-size: 28px;
	margin: 0 0.6em;


}
.campaign #sec01 li span {
	font-size: 150%;
	margin-right: 0.2em;
	color: #EA5C6D;
	vertical-align: -5%;
}
.campaign #sec01 .hintBox {
	background-color: #FFFCD1;
	border-radius: 15px;
	padding: 2% 5% 1%;
	margin-top: 3%;
} 
.campaign #sec01 .hintBox .flex02 {
	font-size: 28px;
	position: relative;
	width: 90%;
	margin-left: 10%;
}
.campaign #sec01 .hintBox .flex02::before {
	content: '　';
	position: absolute;
	right: 102%;
	top: -0%;
	width: 12%;
	height: 100%;
	background-image: url("../../../campaign/img/icoon-lamp.svg");
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.campaign #sec01 .hintBox .flex02 h5 {
	font-size: 28px;
	width: 100%;
	font-weight: 500;
}
.campaign #sec01 .hintBox .flex02 .itemBox {
	width: 47%;
	padding: 2% 0;
}
.campaign #sec01 .hintBox .flex02 .itemBox .imgBox {
	border-radius: 8px;
overflow: hidden;
}
.campaign #sec01 .hintBox .flex02 .itemBox .imgBox img {
  transition: 0.5s;
}
.campaign #sec01 .hintBox .flex02 .itemBox .imgBox:hover img {
  transform: scale(1.1);
}
.campaign #sec01 .hintBox .flex02 .itemBox p {
font-size: 15px;
font-weight: 500;
line-height: 1.4;
padding-top: 0;
margin-top: 0.7em;
letter-spacing: -0.05em;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.campaign #sec02 h3 {
	border: none;
	width: 70%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
}
.campaign #sec02 .campBox {}
.campaign #sec02 .campBox h2 {
	border: none;
	font-weight: 400;
	padding: 0.2em 1em;
	font-size: 18px;
	border-left: #EE8382 solid 6px;
}
.campaign #sec02 .campBox h2 span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
.campaign #sec02 dl {
	font-size: 18px;
	
}
.campaign #sec02 dt {
	padding: 0.8em 0 0.4em 0;
}
.campaign #sec02 dt span {
	color: #EE8382;
}
.campaign #sec02 dd {
	line-height: 2;
}
.campaign a.arw {
	color: #e37f92;
	font-size: 90%;
}
.campaign a.arw:hover {
	opacity: 0.6;
}
.campaign a.arw::before {
	content: '　';
	width: 1em;
	height: 1em;
	background-image: url("../../../campaign/img/arow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-left: 1em;
	margin-right: 0.2em;
}


 
.campaign #youkou {}
.campaign #youkou h3 {
	border: none;
	padding: 0;
	text-align: center;
}
.campaign #youkou div {
	background-color: #EFEFEF;
	padding: 20px 30px;
	font-size: 18px;
}
.campaign #youkou dl {
	padding: 0.8em 0;
	border-bottom: #ccc solid 1px;
}
.campaign #youkou dl:last-child {
	border:none;
	
}
.campaign #youkou dt {
	padding-bottom: 0.3em;
	font-weight: 500;
}
.campaign #youkou dt::before {
	content: '■';
	color: #EA5C6D;
}
.campaign #youkou dd {
	text-indent: -0.5em;
	line-height: 1.4;
	padding: 0.15em 0;
	padding-left: 0.5em;
}
/*.campaign #youkou dd::before {
	content: "・";
	margin-right: 0.5em;
}*/







h3.endCam {
	text-align: center;
	font-size: clamp(18px, 1.5vw, 21px);
	background-color: #EA5C6D;
	color: #fff;
	padding: 0.5em 1em;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 0;
}

#single #titBox #introBox, #single #profile {
margin-top: 30px;
}



/*-------------add 20250210--------------*/

#single .sec h3.challenge {
	width: 80%;
	max-width: 560px;
	padding: 10px 0;
	margin: 0 auto;
	border: none;
}
#single #sec01 .campBox {
	margin-bottom: 50px;
}
#single #sec01 h4,
#single #sec02 h4{
	width: 90%;
	background-color: #e61e73;
	border-radius: 999px;
	height: 50px;
}
#single #sec01 h4 img {
	width: 20%;
}
#single #sec02 h4 img {
	width: 50%;
}
#single #sec01 p.qBox {
	text-align: center;
}
#single #sec01 #boxQ1 p.qBox {
	text-align: left;
}
#single #sec01 .btHint {
	display: block;
	width: 100%;
	background-color: #faee00;
	color: #e60012;
	font-size: 30px;
	font-weight: 500;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
	border-radius: 15px;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
}
#single #sec01 .btHint::after {
	content: "　";
	width: 2.5em;
	height: 100%;
	background-image: url("../../../campaign/img/icon-hint.svg");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 0.5em;
}
#single #sec01 .btHint img {
	width: 50%;
}
#single #sec01 .ansBox {
	padding-top: 30px;
	margin: 0 auto;
	width: 90%;
	max-width: 440px;
}

#single #sec02 .campBox {
	
	padding-bottom: 3%;
}
#single #sec02 .campBox p {
	font-size: 20px;
	text-align: center;
}
#single #sec02 .campBox p.club {
	padding-top: 1em;
}
#single #sec02 .campBox a.btn {
	display: block;
	width: 90%;
	margin: 10px auto;
	font-size: 30px;
	text-align: center;
	background-color: #00a983;
	color: #fff;
	padding: 0.2em;
	border-radius: 10px;
	
	
}
#single #sec02 .campBox a.club {
	background-color: #ea5c6d;
}
#single #sec02 .campBox p.caption {
	font-size: 14px;
	padding-bottom: 0;
}
#sec02-2,#sec02-3  {
	padding-top: 60px;
}

#single #sec03 .campBox {
	margin-top: 10px!important;
}
#single #sec03 .campBox dl {
	border-left: #e61e73 solid 8px;
	margin: 20px 0;
	padding-left: 0.8em;
}
#single #sec03 .campBox dt {
	font-size: 32px;
	font-weight: 500;
	
}
#single #sec03 .campBox dd {
	font-size: 18px;
}
#single #sec03 .campBox .imgBox {
}
#single #sec03 .campBox p.caption {
	font-size: 12px;
	text-align: right;
}
	
@media screen and (max-width: 959px) {
	/*.campaign .mainBox {
		margin-top: 0;
	}
  .campaign .campBox h4 {
		font-size: 3vw;
		padding: 0.3em;
	}
	.campaign .houhou li,
	.campaign #sec02 dl {
		font-size: 2.1vw;
	}
	.campaign .caption,
	.campaign #sec03 .caption,
	.campaign .houhou .caption {
		font-size: 1.8vw;
		font-size: clamp(12px, 1.8vw, 14px);
	}
	.campaign #sec01 .qBox,
	.campaign #sec03 p,
	.campaign #sec02 .campBox h2,
	.campaign #youkou div {
		font-size: 2.4vw;
	}
	.campaign #sec01 li {
		font-size: 3.2vw;
	}
	.campaign #sec01 .hintBox .flex02 h5,
	.campaign #sec02 .present02 .itemBox dt,
	.campaign #sec03 #btnResist a, .campaign #sec03 #btnForm a {
		font-size: 2.8vw;
	}

	.campaign #sec02 .campBox h2 span {
		font-size: 200%;
		line-height: 1.1;
	}

	.campaign #sec02 .present03 .flex h2 span {
		font-size: 180%;
	}
	.campaign #sec02 .present03 .flex .figBox {
		width: 36%;
	}*/
.campaign .campBox h4 {
		font-size: 3vw;
		padding: 0.3em;
	}
	.campaign #sec01 .qBox,
	.campaign #sec03 p,
	.campaign #sec02 .campBox h2,
	.campaign #youkou div,
	#single #sec02 .campBox p,
	#single #sec03 .campBox dd,
	.campaign #youkou dd {
		font-size: 2.4vw;
	}
	#single #sec01 .btHint {
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#single #sec02 .campBox a.btn {
		padding: 0.6em;
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#single #sec03 .campBox dt {
		font-size: clamp(26px, 3.5vw, 28px);
	}

}

@media screen and (max-width: 599px) {
	.campaign .mainBox {
		margin-top: 0;
	}
	.campaign .mainBox h4 {
		font-size:4vw;
		font-size: clamp(14px, 4vw, 16px);
		margin-bottom: 0;
	}
	#single p.desc {
		font-size: clamp(15px, 4.3vw, 17px);
		line-height: 1.8;
		padding: 2em 1em;
		text-align: left;
	}
	.campaign .campBox {
		margin-top: 5% !important;
	}
	.campaign .campBox {
		padding: 5% 5% 5%;
		background-color: #fff;
	}
  .campaign .campBox h4 {
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	.campaign .houhou li, .campaign #sec02 dl,
	.campaign #sec01 .qBox, 
	.campaign #sec03 p, 
	.campaign #sec02 .campBox h2, 
	.campaign #youkou div,
	#single #sec02 .campBox p,
	.campaign .houhou .caption,
	#single #sec03 .campBox dd,
	.campaign #youkou dd{
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
		word-break: break-all;
	}
	.campaign .houhou ul {
		padding-top: 1em;
	}
	#single #sec01 .campBox {
		margin-bottom: 30px;
	}
	#single #sec01 h4,
	#single #sec02 h4{
		height: auto;
		line-height: 1;
		padding: 6px 0;
	}
	#single #sec01 h4 img {
		width: 35%;
	}
	#single #sec02 h4 img {
		width: 73%;
	}
	.campaign #sec01 .qBox {
		padding: 0.8em 0;
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	
	#single #sec01 .btHint {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
		
	}
	.campaign #sec02 {
		padding: 10% 0!important;
		
	}
	#single #sec02 .campBox p {
		padding-top: 1em;
	}
	#single #sec02 .campBox a.btn {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
		line-height: 1.3;
	}
	#single #sec03 {
		padding-bottom: 10%!important;
	}
	#single #sec03 .campBox {
		padding: 0 5%;
	}
	#single #sec03 .campBox dt {
	font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
		line-height: 1.3;
	}
	.campaign #youkou {
		width: 100%;
	}
	.campaign #youkou div {
		padding: 20px 5%;
	}
	.campaign #youkou dd {
		
	}
	
	

}

/*=================*/
.snsBox {
	justify-content: flex-end;
}
.snsBox .iconBox {
	margin-left: 2%!important;
}
/*================= 記事を読むバナー ===============*/

#single #bnKiji {
	padding: 30px 0;
}
#single #bnKiji a {
	display: block;
}
#single #bnKiji a:hover {
	box-shadow: 4px 4px 15px rgba(230,30,115,0.5);
	transform: translate(-0px,-3px);
	 filter: contrast(110%) saturate(130%);

}
a.kirari {
	overflow: hidden;
  position: relative;
	display: block;
}
a.kirari::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
a.kirari::before {
  animation: shine 4s infinite;
}

@keyframes shine {
  30% {
    left: 125%;
  }
	100% {
    left: 125%;
  }
}
a.kirari:hover {
	filter: saturate(150%);
	opacity: 0.8;
	transform: scale(1.02);
}
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 30px auto;
	border-radius: 20px;
	
}




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

}


@media screen and (max-width : 599px ){
	#single article #ichiran {
		font-size: 18px;
	}
}
	


/*========add 29250902=======*/
p.names {
	font-weight: 500;
	font-size: 18px;
	padding-top: 0.5em;
}
p.names::before {
	content: "●";
	color: #0469ae;
	margin-right: 0.2em;
}
p.caption {
	text-align: right;
	font-size: 15px;
	padding-top: 0.3em;
}

.recipe {
	
}
.recipe h3 {
	width: 100%!important;
	max-width: 100%!important;
		
	
}
.timesBox {
	background-color: #fff0c1;
	border-radius: 15px;
	padding: 15px;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
}
.timesBox p {
	display: flex;
justify-content: center;
align-items: center;
	font-size: 18px;
}
.timesBox .time::before,.timesBox .cal::before {
	display: inline-block;
	content: "　";
	width: 2.4em;
	height: 2.4em;
	margin-right: 0.2em;
	background-image: url("../img/ico-time.svg");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.timesBox .cal::before {
	background-image: url("../img/ico-cal.svg");
}

.recipe {
	padding-top: 30px;
}
.recipe h4 {
	background: none!important;
	font-size: 25px;
	font-weight: 600;
	color: #e61e73;
	padding-top: 1em;
	border-bottom: #e61e73 solid 2px;
	border-radius: 0!important;
	width: 100%!important;
	height: auto!important;
}
.recipe table {
	width: 100%;
}
.recipe table th,.recipe table td,.recipe li {
	width: 100%;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	padding: 1em 0;
	border-top: #999 dotted 1px;
}
.recipe li:nth-of-type(1) {
	border: none;
}
.recipe table tr:first-child th,.recipe table tr:first-child td {
	border: none;
}
.recipe table td {
	text-align: right;
	white-space: nowrap;
}
.recipe ul {}
.recipe li {
	padding: 1.5em 0;
	position: relative;
	display: flex;
}
.recipe li.noBorder {
	border:none;
}
.recipe li.point {
	border: #e61e73 solid 1px;
	padding: 1.5em;
	margin-bottom: 2em;
}
.recipe li span {
	content: "1";
	font-size: 1.2em;
	left: 0;
	display: block;
	text-align: center;
	width: 2em;
	height: 2em;
	line-height: 2em;
	background-color: #ea5c71;
	color: #fff;
	margin-right: 1em;
	border-radius: 6px;
}
.recipe li p {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.recipe .oshi {
	padding-top: 30px;
}
.recipe .oshi .imgBox {
	width: 32%;
	max-width: 250px;
	
}
.recipe .oshi dl {
	width: 65%;
}
.recipe .oshi dt {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3;
}
#sec03 .imgBox {
	padding: 30px 0;
}
#sec03 p.desc {
	line-height: 1.3;
}
#sec03 p.desc span {
	color: #e61e73;
	font-size: 140%;
	font-weight: 500;
}
#sec03 .houhou h5 {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
}
#sec03 .houhou p {
	text-align: center;
	font-size: 23px;
	padding: 1.5em 0 0.4em;
}
#sec03 .houhou p.houhou03 {
	font-size: 20px;
}
#sec03 .houhou a {
	display: block;
	box-sizing: border-box;
	
	width: 80%;
	margin: 0 auto;
	border: #fff solid 3px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	border-radius: 10px;
	overflow: hidden;
	font-size: 38px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background-color: #e61e73;
	padding: 0.2em;
}
#sec03 .houhou a:nth-of-type(2) {
	background-color: #33a1dc;
}
#sec03 .houhou a:nth-of-type(3) {
	background-color: #a48b78;
}
#sec05 .addBox {
	margin-top: 30px!important;
}

@media screen and (max-width : 959px ){
	#sec03 .houhou a {
		font-size: 28px;
	}
	#sec03 .houhou p {
    font-size: 18px;
	}
	#sec03 .houhou p.houhou03 {
    font-size: 15px;
	}
}

@media screen and (max-width : 599px ){
	.snsBox {
    justify-content: center;
		
	}
	.snsBox .imgBox {
		margin: 10px 10px 0!important;
	}
	p.names {
		font-size:15px;
		font-size: clamp(14px, 4vw, 16px);
	}
	#single p.desc {
		padding: 1em 1em;
  }
	.recipe {
    padding-top: 25px;
	}
	p.caption {
    font-size: 13px;
	}
	.campaign #sec02 h3 {
		font-size:18px;
    font-size: clamp(17px, 4.8vw, 19px);
	}
	.timesBox {
		margin-bottom: 20px;
	}
	.timesBox p {
		font-size:16px;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single #sec01 h4, #single #sec02 h4,.campaign #sec02 dt {
		font-size:19px;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	.recipe table th {
		line-height: 1.3;
		text-indent: -0.6em;
		padding-left: 0.6em;
		font-size: clamp(14px, 4vw, 16px);
	}
	.recipe table td {
		white-space: nowrap;
		padding-left: 1em;
		font-size: clamp(14px, 4vw, 16px);
	}
	.recipe li {
    font-size:15px;
		font-size: clamp(14px, 4vw, 16px);
		
	}
	.recipe .oshi {
		display: block;
	}
	.recipe .oshi .imgBox {
    width: 70%;
    max-width: 250px;
		margin: 0 auto;
}
	.recipe .oshi dl {
		width: 100%;
		padding: 0 1em;
	}
	#sec03 .houhou a {
		font-size: 28px;
		font-size: clamp(19px, 5.3vw, 21px);
		width: 90%;
		padding: 0.5em;
		
	}
	#sec03 .houhou p {
    font-size: 18px;
		font-size: clamp(15px, 4.3vw, 17px);
		line-height: 1.3;
	}
	#sec03 .houhou p.houhou03 {
    font-size: 15px;
		font-size: clamp(12px, 3.5vw, 14px);
	}
}

.endCamp {
	background-color: #ea5c71;
	padding: 0.5em;
	container-type: inline-size;
	margin-top: 10px;
}
.endCamp p {
	text-align: center;
	font-size: 2.5cqw;
	line-height: 1.3;
	color: #fff;
}
@media screen and (max-width : 599px ){
	.endCamp p {
		font-size: 4.2cqw;
	}

}

	