@charset "UTF-8";
/* CSS Document */
/***********************************
*	各項目設定
***********************************/
/* --- title --- */
.title-rounded-corners {
	background: #eaf5ff;
	color: #007BD0;
	border: solid 1px #007BD0;
	border-radius: 30px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
@media screen and (min-width: 835px) {
	.title-rounded-corners {
		max-width: 300px;
		font-size: 24px;
	}
}
/* --- キャンペーン用ボタン --- */
.block-cmp .btn-cmp-info {
	color: #fff;
	border: solid 1px #00AC5A;
	background-color: #00AC5A;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 22px;
	font-family: var(--font-700);
	border-radius: 40px;
	padding: 16px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 835px) {
	.block-cmp {
		max-width: 1200px;
		margin: 0 auto;
	}
	.block-cmp .btn-cmp-info {
		max-width: 430px;
		padding: 20px 10px;
		margin: 20px 0 30px auto;
		transition: box-shadow .3s;
	}
}
/***********************************
*	マンスリーキャンペーン
***********************************/
.campaign {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	background: #fff;
}
/* ヒーローエリア */
.campaign__hero {
	padding-top: 40px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 110px;
	position: relative;
}
.campaign__breadcrumb {
	font-size: 13px;
	color: #777;
	margin-bottom: 20px;
}
.campaign__main {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.campaign__title {
	font-size: 28px;
	font-weight: 700;
	margin: 10px 0;
	color: #007BD0;
}
.campaign__date {
	color: #666;
	font-size: 14px;
}
.campaign__text {
	width: 50%;
	padding: 0 20px;
	text-align: left;
}
.campaign__image {
	width: 50%;
	max-width: 700px;
}
.campaign__image img {
	width: 100%;
}
/* ▼ 下部帯 */
.campaign__period-bar {
	width: 100%;
	max-width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: -45px;
}
/* 導入文 */
.campaign__intro {
	text-align: center;
	margin: 0px auto 60px;
	max-width: 1080px;
	line-height: 1.8;
	padding: 0 20px;
}
.campaign__details__title {
	font-size: 24px;
	font-weight: 700;
	color: #007BD0;
	margin: 0px auto 20px;
}
.campaign__details__txt {
	text-align: left;
}
/* 詳細セクション */
.campaign__details {
	background: #f8f8f8;
	padding: 60px 20px;
	border-radius: 12px;
	max-width: 1200px;
	margin: 0 auto 60px;
}
.details__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	gap: 40px;
	background: #FFF;
	padding: 40px;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.details__img {
	width: 43%;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
}
.details__img img {
	width: 100%;
	object-fit: contain;
}
.details__text {
	max-width: 450px;
	width: 50%;
	font-size: 16px;
}
.details__text p {
	margin-bottom: 20px;
}
.details__text ul {
	padding-left: 1.2em;
	margin: 10px 0;
}
.details__text ul li {
	list-style: disc;
}
.campaign__details__note {
	width: 100%;
}
.campaign__details__comment {
	text-align: left;
	width: 90%;
	margin: 60px auto 0;
}
.campaign__details__comment .campaign__details__comment__voice {
	color: #007bd0;
	font-weight: 600;
}
.campaign__details__comment .campaign__details__comment__title {
	font-weight: 600;
}
.campaign__details__comment .campaign__details__comment__name {
	color: #666;
	font-size: 13px;
	margin-bottom: 10px;
}
.highlight {
	color: #df1683;
	font-weight: bold;
}
.label {
	border-radius: 15px;
	background: #333333;
	color: #FFF;
	text-align: center;
	padding: 5px 80px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.note {
	color: #666;
	font-size: 13px;
	margin-top: 10px;
}

.term{
	border-bottom: solid 1px #007bd0;
	border-top: solid 1px #007bd0;
	padding: 10px 0;
}

/* 商品セクション */
.campaign__products {
	text-align: center;
}
.product__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.product__list li img {
	width: 150px;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}
.product__list li img:hover {
	transform: scale(1.05);
}
/* ボタン */
.btn {
	display: inline-block;
	padding: 14px 36px;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
.btn--outline {
	border: 2px solid #007BD0;
	color: #007BD0;
}
.btn--outline:hover {
	background: #007BD0;
	color: #fff;
}
/* -------------------------------
       レスポンシブ（スマホ）
    ------------------------------- */
@media screen and (max-width: 768px) {
	.term{
		margin: 40px 0 0 !important;
	}
	.campaign__hero {
		padding-top: 0;
		margin-bottom: 90px;
	}
	.campaign__hero .campaign__main {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.campaign__period-bar {
		white-space: normal;
		min-height: 50px;
		line-height: 1.6;
		box-sizing: border-box;
		padding: 10px;
		height: auto;
		text-align: left;
	}
	
	.campaign__period-bar_2row {
		margin-bottom: 140px;
		bottom: auto;
	} 
	
	.campaign__hero .campaign__main .campaign__image {
		height: fit-content;
		aspect-ratio: 82 / 57;
		width: 100%;
	}
	.campaign__hero .campaign__main .campaign__text {
		width: 100%;
		padding: 18px 20px;
	}
	.campaign__hero .campaign__main .campaign__text h4 {
		font-size: 15px;
	}
	.campaign__hero .campaign__main .campaign__text .campaign__title {
		font-size: 20px;
		line-height: 1.25;
	}
	.campaign__details {
		padding: 30px 10px;
	}
	
	.campaign__details_2row {
		padding-top: 70px;
	}
	
	.campaign__details .campaign__intro {
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.campaign__details .campaign__intro .campaign__details__title {
		font-size: 20px;
		text-align: left;
		line-height: 1.5;
	}
	.details__inner {
		flex-direction: column;
		padding: 40px 15px;
		width: 100%;
	}
	.details__inner .details__text {
		text-align: left;
		width: 100%;
		font-size: 14px;
	}
	.details__inner .details__text .label {
		width: 100%;
	}
	.details__inner .details__text .note {
		margin-bottom: 0;
	}
	.details__inner .details__img {
		width: 100%;
	}
}