@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
	font: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: 0;
	-ms-text-size-adjust: none;
	    text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
}

.fv {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	min-height: 100dvh;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fv > * {
	position: relative;
	z-index: 1;
}
.fv video {
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
	width: 100dvw;
	height: 100dvh;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	z-index: 0;
}
.fv header {
	margin: 0;
	padding: 23px 2.7777777778vw;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fv header img {
	width: 126px;
	height: auto;
	display: block;
}
@media screen and (max-width: 768px) {
	.fv header img {
		width: 100px;
	}
}
.fv header h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	letter-spacing: 3px;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.fv header h1 {
		font-size: clamp(8px, 2.1333333333vw, 5px);
	}
}
.fv a.fv_button {
	background: #B9CB07;
	border-radius: 23px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
	position: absolute;
	max-width: 327px;
	width: 100%;
	min-height: 46px;
	left: 0px;
	bottom: 60px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	color: #1E1E1E;
	text-decoration: none;
	position: absolute;
	bottom: 80px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.fv a.fv_button:hover {
	background: #E8FF09;
}
.fv_mess {
	margin: 0 auto;
	list-style: none;
	text-align: center;
	max-width: 327px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 11.1111111111vw;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	-webkit-animation: floatFadeInOut 30s ease-in-out 0s;
	        animation: floatFadeInOut 30s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
	.fv_mess {
		top: auto;
		bottom: 166px;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		        transform: translate3d(-50%, 0, 0);
	}
}
.fv_mess img {
	width: 95px;
	height: auto;
	display: block;
}
@media screen and (max-width: 768px) {
	.fv_mess img {
		width: 58px;
	}
}
.fv_mess li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(28px, 1.9444444444vw, 12px);
	line-height: 1.8;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.fv_mess li {
		font-size: clamp(18px, 4.8vw, 8px);
	}
}

/* アニメーションの動き定義 */
@-webkit-keyframes floatFadeInOut {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
}
@keyframes floatFadeInOut {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
}
.campaign {
	background: #FFFAEA;
	padding: 80px clamp(80px, 5.5555555556vw, 40px);
	width: 100%;
	position: relative;
}
@media screen and (max-width: 768px) {
	.campaign {
		padding: 60px clamp(20px, 5.3333333333vw, 10px);
	}
}
.campaign__main {
	background: #DBDBC1;
	margin: 0 auto;
	padding: 40px;
	max-width: 1120px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	gap: clamp(80px, 5.5555555556vw, 40px);
}
@media screen and (max-width: 768px) {
	.campaign__main {
		padding: clamp(20px, 5.3333333333vw, 10px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: clamp(37px, 9.8666666667vw, 10px);
	}
}
.campaign__main--visual {
	width: 46.1538461538%;
}
@media screen and (max-width: 768px) {
	.campaign__main--visual {
		width: 100%;
	}
}
.campaign__main--visual img {
	width: 100%;
	height: auto;
	display: block;
}
.campaign__main--contents {
	width: 46.1538461538%;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents {
		width: 100%;
	}
}
.campaign__main--contents hgroup {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.campaign__main--contents hgroup h2 {
	font-style: normal;
	color: #1E1E1E;
}
.campaign__main--contents hgroup h2 span {
	display: block;
}
.campaign__main--contents hgroup h2 span:nth-child(1) {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents hgroup h2 span:nth-child(1) {
		font-size: clamp(15px, 4vw, 8px);
	}
}
.campaign__main--contents hgroup h2 span:nth-child(2) {
	margin-top: 12px;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 140%;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents hgroup h2 span:nth-child(2) {
		margin-top: 2.1333333333vw;
		font-size: clamp(24px, 6.4vw, 8px);
	}
}
.campaign__main--contents hgroup h2 span:nth-child(3) {
	margin-top: 12px;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents hgroup h2 span:nth-child(3) {
		margin-top: 2.1333333333vw;
		font-size: clamp(20px, 5.3333333333vw, 8px);
	}
}
.campaign__main--contents hgroup > img {
	width: 88px;
	height: 88px;
	display: block;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents hgroup > img {
		width: 64px;
		height: 64px;
	}
}
.campaign__main--contents--lead {
	margin: 40px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #1E1E1E;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents--lead {
		margin-top: 5.8666666667vw;
		font-size: clamp(13px, 3.4666666667vw, 8px);
	}
}
.campaign__main--contents .notes {
	border: solid 1px #1E1E1E;
	display: block;
	margin: 40px 0 0;
	padding: 20px 20px 20px 30px;
	list-style: disc;
}
.campaign__main--contents .notes li {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #1E1E1E;
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents .notes li {
		font-size: clamp(12px, 3.2vw, 8px);
	}
}
.campaign__main--contents .notes p {
	margin-top: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #1E1E1E;
	list-style: disc;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents .notes p {
		margin-top: 2.6666666667vw;
		font-size: clamp(12px, 3.2vw, 8px);
	}
}
.campaign__main--contents a.campaign__main--contents--button {
	background: #1E1E1E;
	border-radius: 30px;
	margin: 40px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
	max-width: 295px;
	width: 100%;
	min-height: 46px;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.campaign__main--contents a.campaign__main--contents--button {
		margin: 5.8666666667vw auto 0;
		font-size: clamp(13px, 3.4666666667vw, 8px);
	}
}
.campaign__main--contents a.campaign__main--contents--button:hover {
	background: #4D4D4D;
}

/*
*//*# sourceMappingURL=style.css.map */