@charset "UTF-8";

body {
	position: relative;
	background-color: #ECF6FF;
}
.section_inner {
	max-width: 600px;
	margin-inline: auto;

	@media (max-width: 768px) {
		max-width: unset;
		margin-inline: 48px;
	}
}

.section_inner_02 {
	max-width: 600px;
	margin-inline: auto;

	@media (max-width: 768px) {
		max-width: unset;
		margin-inline: 25px;
	}
}

.section_point {
	position: relative;
	z-index: 2;
	transform: translateY(-100px);

	@media (max-width: 768px) {
		transform: translateY(-140px);
	}
}

.heading_h2 {
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 60px;

	& .point {
		display: block;
	}

	& .sub {
		margin-top: 20px;
		display: block;
		font-size: 20px;
		font-family: "IwaMinPro-Bd", serif;
	}

	& .main {
		margin-top: 20px;
		display: block;	
		font-size: 32px;
		font-family: "IwaMinPro-Bd", serif;
	}

	@media (max-width: 768px) {
	
		padding-bottom: 30px;
		margin-bottom: 30px;

		& .point {
			display: block;
			width: 80px;
			margin-inline: auto;

			 img {
				width: 100%;
			 }
		}

		& .sub {
			margin-top: 20px;
			font-size: 14px;
		}

		& .main {
			margin-top: 10px;
			font-size: 24px;
		}
	}
}

/* --------------------
mv
---------------------*/

.mv {
	overflow: hidden;
	position: relative;
	background: url(/ins/lineup/2026campaign/img/mv_bg_pc.jpg) no-repeat center center / cover;
	min-height: 960px;
	width: 100%;
}

.mv::after {
	content: '';
	display: block;
	position: absolute;
	height: 180px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}
.mv .mv_txt {
	position: relative;
	z-index: 2;
	margin-top: -20px;
	text-align: center;
}
.mv .mv_txt p {
	font-size: 20px;
	font-family: "IwaMinPro-Bd", serif;
}
.mv .mv_txt h1 {
	margin-top: 30px;
	font-size: 32px;
	line-height: 1.6;
	font-family: "IwaMinPro-Bd", serif;
}
.mv .mv_obj {
	position: absolute;
	background: url(/ins/lineup/2026campaign/img/mv_obj.png) no-repeat center bottom / contain;
	width: 576px;
	height: 100%;
	bottom: -120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.mv .mv_product {
	position: absolute;
	background: url(/ins/lineup/2026campaign/img/mv_product.png) no-repeat center bottom / contain;
	width: 326px;
	height: 395px;
	bottom: 180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	transform: translateX(-50%) scale(1.1);
	animation: product 2s forwards;
}
@keyframes product {
	100% {
		transform: translateX(-50%) scale(1);
		opacity: 1;
	}
}
.mv .mv_badge {
	position: absolute;
	display: grid;
	place-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	color: #fff;
	font-size: 35px;
	background: linear-gradient(225deg,#FF90B6 0%, #FF648C 100%);
	font-family: "IwaMinPro-Bd", serif;
	left: 50%;
	transform: translateX(160px);
	z-index: 1;
	opacity: 0;
	animation: badge 1s 1s forwards;
}
@keyframes badge {
	100% {
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.mv {
		min-height: 700px;
		background: url(/ins/lineup/2026campaign/img/mv_bg_sp.jpg) no-repeat center center / cover;
	}
	.mv .mv_txt {
		margin-top: 40px;
	}
	.mv .mv_txt p {
		font-size: 14px;
	}
	.mv .mv_txt h1 {
		margin-top: 20px;
		font-size: 24px;
	}
	.mv .mv_obj {
		width: 290px;
		bottom: 40px;
	}
	.mv .mv_product {
		width: 170px;
	}
	.mv .mv_badge {
		width: 80px;
		height: 80px;
		font-size: 20px;
		transform: translateX(70px);
		margin-top: 24px;
	}
}

/* --------------------
header
---------------------*/
.sc-pageHeader {
	max-width: 1380px;
	margin: auto;
	padding: 20px 20px 0;
	position: relative;
	z-index: 10000000;
}

.sc-pageHeader img {
	width: 150px;
}

@media (min-width: 768px) {
	.sc-pageHeader {
		padding: 40px 20px 0;
	}
	.sc-pageHeader img {
		width: 200px;
	}
}


/* --------------------
section_01
---------------------*/
.section_01 {
	position: relative;
	min-height: 720px;
	background: url(/ins/lineup/2026campaign/img/section1_bg_pc.jpg) no-repeat center center / cover;

	@media (max-width: 768px) {
		min-height: 600px;
		background: url(/ins/lineup/2026campaign/img/section1_bg_sp.jpg) no-repeat center center / cover;
	}
}
.section_01::before {
	content: '';
	display: block;
	position: absolute;
	height: 400px;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;

	@media (max-width: 768px) {
		height: 200px;
	}
}
.section_01::after {
	content: '';
	display: block;
	position: absolute;
	height: 180px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}
.section_01 p {
	line-height: 1.8;
}
/* --------------------
section_02
---------------------*/
.section_02 {
	position: relative;
	background-color: #ECF6FF;
}
.section_02::before {
	content: '';
	display: block;
	position: absolute;
	height: 400px;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;

	@media (max-width: 768px) {
		height: 200px;
	}
}
.section_02_obj {
	position: absolute;
	background: url(/ins/lineup/2026campaign/img/section2_obj.png) no-repeat center center / contain;
	width: 637px;
	height: 492px;
	top: 110px;
	left: calc(50% - 680px);

	@media (max-width: 768px) {
		width: 290px;
		height: 224px;
		left: calc(50% - 240px);
		top: 200px;
	}
}
.section_02 p {
	line-height: 1.8;
}
.section_02 .list {
	margin-top: 20px;
}
.section_02 .list li {
	display: flex;
	gap: 15px;
	margin-top: 14px;
}
.section_02 .product_item {
	position: relative;
	z-index: 1;
	margin-top: 160px;
	text-align: center;

	& img {
		display: block;
		width: 380px;
		margin-inline: auto;
	}

	& .txt_name {
		margin-top: 50px;
		font-size: 20px;
	}
	& .txt_det1 {
		margin-top: 10px;
		font-size: 14px;
	}
	& .txt_det2 {
		margin-top: 6px;
		font-size: 12px;
	}
	& .txt_price {
		margin-top: 16px;
		font-size: 18px;

		& em {
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
		}
		& span {
			font-size: 12px;
		}
	}
	& .btn_other {
		margin: 48px auto 0;
		padding: 0;
		background-color: transparent;

		& a {
			display: block;
			padding: 16px 25px;
			position: relative;
			z-index: 1;
			transition: color 0.3s, background-color 0.3s;

			&::after {
				color: currentColor;

			}

			&:hover {
				color: #fff !important;
				background-color: #E6002D;
			}
		}
	}

	@media (max-width: 768px) {
		margin-top: -40px;

		& img {
			width: 180px;
		}
		& .txt_name {
			margin-top: 30px;
			font-size: 20px;
		}
		& .txt_price {
			margin-top: 10px;
		}
		& .btn_other {
			margin-top: 30px;

		}
	}
}
.section_02 .campaign_bnr {
	margin-top: 120px;
	background-color: #fff;
	padding: 5px;
	
	& a {
		transition: all 0.6s;

		&:hover{
			opacity: 0.6;
		}
	}
	@media (max-width: 768px) {
		margin-top: 80px;
	}
}
.section_02 .link_icon {
	margin-top: 30px;

	@media (max-width: 768px) {
		margin-top: 16px;
	}
}

/* --------------------
footer周辺調整
---------------------*/
.l-footerCommon {
	background-color: #ffffff;
	position: relative;
}
.l-pagehead {
	background-color: #ECF6FF;
	position: relative;
	padding-bottom: 40px;
	min-width: 1280px;
}
.l-mainfooter {
	margin-top: 0;
}
.l-footerCommon {
	min-width: 1280px;
}

@media (max-width: 768px) {
	.l-pagehead{
		min-width: 100%;
	}
	.l-footerCommon{
		background-color: #e6002d;
		min-width: 100%;
	}
}

