@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.cf:after {
	content: "";
	display: block;
	clear: both;
}

.inner {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: unset;
}

@media (min-width: 769px) {
	body {
		min-width: 980px;
		font-size: 14px;
	}
	.sp {
		display: none !important;
	}
	a {
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display: block;
	}
	a:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	.pc {
		display: none !important;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	width: 100%;
	position: absolute;
	z-index: 1;
}

header h1 {
	padding: 20px 30px;
}

@media (max-width: 767px) {
	header h1 {
		padding: 14px 20px;
	}
	header h1 img {
		width: 128px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mainvis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mainvis_bg {
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.mainvis_bg {
		background-image: url(../imgs/202601/mainvis_bg.png);
	}
}
@media screen and (max-width: 767px) {
	.mainvis_bg {
		min-height: unset;
		height: 170.4vw;
		background-image: url(../imgs/202601/mainvis_bg_sp.png);
	}
}

#mainvis {
	position: relative;
}
@media screen and (min-width: 768px) {
	#mainvis {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	#mainvis {
		margin-bottom: 55px;
	}
}

#mainvis h2 {
	margin: 0 auto;
}

#mainvis h2 img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	#mainvis .qr {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 18.5333333333%;
		max-width: 278px;
	}
}
#mainvis .qr img {
	width: 100%;
	height: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
応募対象商品
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#product {
	position: relative;
	background-color: #e8e8e8;
}
@media screen and (min-width: 768px) {
	#product {
		margin-bottom: 80px;
		padding: 60px 45px 40px;
	}
}
@media screen and (max-width: 767px) {
	#product {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 50px;
		padding: 35px 15px 30px;
	}
}
#product h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: fit-content;
	translate: 0 -50%;
}
@media screen and (min-width: 768px) {
	#product h2 {
		height: 74px;
	}
}
@media screen and (max-width: 767px) {
	#product h2 {
		height: 48px;
	}
}
#product h2 img {
	height: 100%;
	width: auto;
}
#product .remarks {
	color: #1b294f;
}
@media screen and (min-width: 768px) {
	#product .remarks {
		position: absolute;
		right: 45px;
		top: 20px;
		font-size: 16px;
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	#product .remarks {
		margin-bottom: 15px;
		font-size: 11px;
		text-align: center;
	}
}
#product .col {
	display: flex;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	#product .col {
		border-radius: 24px;
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	#product .col {
		flex-direction: column;
		border-radius: 16px;
		padding: 20px 15px;
	}
}
#product .col-item {
	position: relative;
	flex: 1 1 0;
}
@media screen and (min-width: 768px) {
	#product .col-item + .col-item {
		margin-left: 20px;
		padding-left: 20px;
		border-left: solid 1px #e8e8e8;
	}
}
@media screen and (max-width: 767px) {
	#product .col-item + .col-item {
		margin-top: 25px;
		padding-top: 25px;
		border-top: solid 1px #e8e8e8;
	}
}
#product .col-item .title {
	max-width: 242px;
}
@media screen and (max-width: 767px) {
	#product .col-item .title {
		max-width: 182px;
		margin-inline: auto;
	}
}
#product .col-item .title img {
	max-width: 100%;
	height: auto;
}
#product .col-item .list {
	margin-top: 20px;
}
#product .col-item .list > * {
	position: relative;
	display: flex;
	gap: 0.25em;
	font-size: 18px;
	line-height: 1.65;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
	#product .col-item .list > * {
		font-size: 17px;
	}
}
#product .col-item .list > *::before {
	content: "■";
	color: #8cc456;
	flex-shrink: 0;
	font-size: 10px;
	translate: 0 0.75em;
}
@media screen and (min-width: 768px) {
	#product .col-item:nth-of-type(1) .img {
		max-width: 190px;
	}
}
@media screen and (min-width: 768px) {
	#product .col-item:nth-of-type(2) .img {
		max-width: 142px;
	}
}
@media screen and (min-width: 768px) {
	#product .col-item .img {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	#product .col-item .img {
		margin-top: 20px;
		text-align: center;
	}
}
#product .col-item .img img {
	max-width: 100%;
	height: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
応募方法
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#essentials {
	position: relative;
	background-color: #e8e8e8;
}
@media screen and (min-width: 768px) {
	#essentials {
		margin-bottom: 40px;
		padding: 80px 45px 40px;
	}
}
@media screen and (max-width: 767px) {
	#essentials {
		margin-bottom: 30px;
		margin-left: 15px;
		margin-right: 15px;
		padding: 70px 15px 30px;
	}
}
#essentials h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: fit-content;
	translate: 0 -50%;
}
@media screen and (min-width: 768px) {
	#essentials h2 {
		height: 74px;
	}
}
@media screen and (max-width: 767px) {
	#essentials h2 {
		height: 48px;
	}
}
#essentials h2 img {
	height: 100%;
	width: auto;
}
#essentials .list {
	display: flex;
}
@media screen and (min-width: 768px) {
	#essentials .list {
		gap: 40px;
	}
}
@media screen and (max-width: 767px) {
	#essentials .list {
		flex-direction: column;
		gap: 50px;
	}
}
#essentials .list > * {
	position: relative;
	flex: 1 1 0;
	background-color: #fff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#essentials .list > * {
		border-radius: 20px;
		padding: 50px 40px 40px;
	}
}
@media screen and (max-width: 767px) {
	#essentials .list > * {
		width: 60.6666666667vw;
		margin-inline: auto;
		max-width: 230px;
		border-radius: 16px;
		padding: 25px;
	}
}
#essentials .list > *:not(:nth-last-of-type(1))::after {
	content: "";
	position: absolute;
}
@media screen and (min-width: 768px) {
	#essentials .list > *:not(:nth-last-of-type(1))::after {
		right: 0;
		top: 50%;
		border-left: solid 24px #f3973d;
		border-top: solid 24px transparent;
		border-bottom: solid 24px transparent;
		translate: 100% -50%;
	}
}
@media screen and (max-width: 767px) {
	#essentials .list > *:not(:nth-last-of-type(1))::after {
		left: 50%;
		bottom: 0%;
		border-top: solid 18px #f3973d;
		border-left: solid 18px transparent;
		border-right: solid 18px transparent;
		translate: -50% 100%;
	}
}
#essentials .list > * .icon {
	position: absolute;
}
@media screen and (min-width: 768px) {
	#essentials .list > * .icon {
		left: -10px;
		top: -20px;
		width: 90px;
		height: 90px;
	}
}
@media screen and (max-width: 767px) {
	#essentials .list > * .icon {
		left: -5px;
		top: 0;
		width: 68px;
		height: 68px;
		translate: 0 -50%;
	}
}
#essentials .list > * .icon img {
	max-width: 100%;
	height: auto;
}
#essentials .list > * .img {
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	#essentials .list > * .img {
		max-width: 150px;
	}
}
@media screen and (max-width: 767px) {
	#essentials .list > * .img {
		max-width: 120px;
	}
}
#essentials .list > * .img img {
	max-width: 100%;
	height: auto;
}
#essentials .list > * .txt {
	margin-top: 10px;
	line-height: 1.5;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
	#essentials .list > * .txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#essentials .list > * .txt {
		font-size: 13px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
応募要項
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px) {
	#essentials02 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	#essentials02 {
		margin-bottom: 50px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
#essentials02 h2 {
	margin-inline: auto;
	width: fit-content;
}
@media screen and (min-width: 768px) {
	#essentials02 h2 {
		margin-bottom: 30px;
		height: 74px;
	}
}
@media screen and (max-width: 767px) {
	#essentials02 h2 {
		margin-bottom: 15px;
		height: 48px;
	}
}
#essentials02 h2 img {
	height: 100%;
	width: auto;
}
#essentials02 table {
	width: 100%;
	table-layout: fixed;
}
@media screen and (min-width: 768px) {
	#essentials02 table col:nth-of-type(1) {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	#essentials02 table col:nth-of-type(1) {
		width: 128px;
	}
}
#essentials02 tr {
	border-top: 1px solid #150f60;
	border-bottom: 1px solid #150f60;
}
#essentials02 th {
	background: #eaf4d7;
	font-size: 16px;
	font-weight: bold;
}
#essentials02 td {
	line-height: 30px;
	overflow: hidden;
}
#essentials02 th,
#essentials02 td {
	padding: 21px 26px;
}
#essentials02 td p {
	text-indent: -1em;
	padding-left: 1em;
}
#essentials02 td p em {
	font-weight: 700;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	#essentials02 .product {
		max-width: 500px;
	}
}
@media screen and (max-width: 767px) {
	#essentials02 .product {
		margin-top: 0.5em;
	}
}
#essentials02 .product .item {
	position: relative;
	padding-left: 1em;
	display: flex;
}
@media screen and (min-width: 768px) {
	#essentials02 .product .item {
		gap: 1em;
		white-space: nowrap;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	#essentials02 .product .item {
		flex-direction: column;
		margin-bottom: 0.5em;
	}
}
#essentials02 .product .item:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	#essentials02 .product .item .title {
		white-space: nowrap;
		overflow: hidden;
	}
}
@media screen and (min-width: 768px) {
	#essentials02 .product .item .title::after {
		content: "･････････････････････････････････････････････";
		pointer-events: none;
		text-align: right;
	}
}
@media screen and (min-width: 768px) {
	#essentials02 .product .item .jan {
		white-space: nowrap;
	}
}

#essentials02 .note {
	position: relative;
	border: 1px solid #8cc456;
	text-indent: 0em;
	margin-top: 16px;
	padding: 20px 2em 10px 2em;
}
#essentials02 .note_bold {
	font-size: 18px;
	font-weight: 900;
	color: #8cc456;
	font-family: "Noto Sans JP", sans-serif;
}
#essentials02 .note_bold.bold_padding {
	display: block;
	margin-top: 1em;
}
#essentials02 .note_num {
	font-size: 20px;
	font-weight: 900;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
#essentials02 .note_recog {
	margin: 16px 0;
	background-color: #f9ede4;
	border-radius: 8px;
}
#essentials02 .note_non_recog {
	margin-bottom: 16px;
	background-color: #e8e8e8;
	border-radius: 8px;
}
#essentials02 .note_left {
	position: absolute;
	top: 86px;
	left: 404px;
	width: 332px !important;
}

@media (max-width: 767px) {
	#essentials02 th,
	#essentials02 td {
		padding: 15px 9px;
	}
	#essentials02 th {
		font-size: 13px;
		width: 122px;
	}
	#essentials02 td {
		font-size: 12px;
		line-height: 20px;
	}
	#essentials02 .note {
		position: relative;
		border: 1px solid #8cc456;
		text-indent: 0em;
		/* padding-left: 2em; */
		margin-top: 16px;
		padding: 8px 1em 8px 1em;
	}
	#essentials02 .note_bold {
		font-size: 13px;
	}
	#essentials02 .note_num {
		font-size: 13px;
	}
	#essentials02 .note_recog {
		margin: 8px 0;
		max-width: 100%;
		height: auto;
	}
	#essentials02 .note_non_recog {
		margin-bottom: 8px;
		max-width: 100%;
		height: auto;
	}
	#essentials02 .note_left {
		position: relative;
		top: auto;
		left: auto;
		width: 100% !important;
		margin: 8px 0;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 応募要項 応募はこちらボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.app {
	background-color: #e8e8e8;
	padding: 80px 20px;
}

.app img {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.app {
		padding: 50px 15px;
	}
	.app img {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
キャンペーンに関するお客様窓口
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#window {
	position: relative;
	margin-bottom: 20px;
}

#window img {
	width: 100%;
}

#window h2 {
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	#window h2 {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		max-width: 700px;
		translate: 0 -50%;
	}
}
#window h2 img {
	max-width: 100%;
	height: auto;
}

#window p {
	border: none;
	border: solid 2px #174197;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 60px 20px 40px;
	color: #333333;
}

@media (max-width: 767px) {
	#window {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	#window h2 {
		width: 100%;
	}
	#window h2 img {
		max-width: 100%;
		height: auto;
	}
	#window p {
		font-size: 13px;
		line-height: 25px;
		/* text-align: left; */
		text-align: center;
		padding: 25px 15px 25px;
	}
	#window p small {
		font-size: 13px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.policy {
	text-align: right;
	text-decoration: underline;
	text-decoration-color: #333333;
	margin-right: 40px;
	display: block;
	color: #333333;
}

footer {
	margin: 30px 0 29px;
}

footer p {
	font-size: 12px;
	text-align: center;
	color: #333333;
}

@media (max-width: 767px) {
	.policy {
		margin-right: 15px;
	}
	footer {
		margin: 29px 0 25px;
	}
	footer p {
		font-size: 10px;
	}
}