/* ----------------------------------------------------
	fv
---------------------------------------------------- */
.ipd .fv {
	margin-bottom: 1.172vw;
	height: 86.25vw;
	position: relative;
}

.ipd .fv__content {
	width: 46.563vw;
	position: absolute;
	top: 15.625vw;
	left: 5.938vw;
}

.ipd .fv__content--title {
	margin: 0 auto 2.891vw;
	width: 41.406vw;
}

.ipd .fv__content--text {
	margin: 0 auto 2.5vw;
	width: 41.406vw;
	width: 42.969vw;
	font-size: 1.328vw;
}

.ipd .fv .link-button.registration {
	height: 10.156vw;
	text-align: center;
	border-radius: 10.156vw;
}

.ipd .fv .registration__text {
	margin-right: 2.656vw;
	font-size: 1.953vw;
}

.ipd .fv .registration__text .note li {
	font-size: 1.25vw;
	font-weight: 400;
}

.ipd .fv .link-button.registration .qr-code {
	width: 7.813vw;
}

.ipd .fv .registration-text {
	margin: 1em 0 3.828vw;
	font-size: 1.25vw;
	text-align: center;
}

.ipd .fv__campaign {
	text-align: center;
}

.ipd .fv__campaign--title {
	margin-bottom: 0.859vw;
	color: rgb(var(--orn));
	font-size: 2.109vw;
	font-weight: 600;
}

.ipd .fv__campaign--detail .link-button {
	background: rgb(var(--orn));
	height: 5.938vw;
	line-height: 1;
	font-size: 1.953vw;
	border-radius: 5.938vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ipd .fv__campaign--detail .link-button svg {
	margin-left: 0.5em;
	width: 2.188vw;
	height: auto;
	/* position: absolute;
	top: 50%;
	right: 14.453vw;
	transform: translateY(-50%); */
}

.ipd .fv .object {
	background-image: url(../img/fv-obj01.svg);
	/* width: min(56rem, 43.75vw);
	height: min(64rem, 50vw); */
	width: 43.75vw;
	height: 50vw;
	right: 0;
	bottom: 0;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.ipd .fv {
		height: 196.533vw;
		height: 200vw;
	}

	.ipd .fv__content {
		margin: 0 auto;
		padding-top: 60.533vw;
		width: 92vw;
		position: static;
	}

	.ipd .fv__content--title {
		margin-bottom: 7.467vw;
		width: 81.6vw;
	}

	.ipd .fv__content--text {
		margin-bottom: 4.267vw;
		width: 100%;
		font-size: 4vw;
	}

	.ipd .fv .link-button.registration {
		/* margin-bottom: 7.467vw; */
		height: 20vw;
		border-radius: 20vw;
	}

	.ipd .fv .registration__text {
		margin-right: 2.4vw;
		font-size: 4.267vw;
	}

	.ipd .fv .registration__text .note li {
		font-size: 2.933vw;
	}

	.ipd .fv .link-button.registration .qr-code {
		width: 15.467vw;
	}

	.ipd .fv .registration-text {
		margin-bottom: 7.467vw;
		font-size: 4.267vw;
	}

	.ipd .fv__campaign {
		text-align: center;
	}

	.ipd .fv__campaign--title {
		margin-bottom: 2.133vw;
		font-size: 4.267vw;
	}

	.ipd .fv__campaign--detail .link-button {
		height: 12.8vw;
		font-size: 4.267vw;
		border-radius: 12.8vw;
	}

	.ipd .fv__image {
		width: 100vw;
		position: absolute;
		top: 0;
		left: 0;
	}

	.ipd .fv__campaign--detail .link-button svg {
		width: 4.267vw;
		right: 27.733vw;
		transform: translateY(-40%);
	}

	.ipd .fv .object {
		display: none;
	}
}

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.ipd .section {
	padding: min(10rem, 7.813vw) 0;
	position: relative;
}

.ipd .section__title {
	margin-bottom: min(1rem, 0.781vw);
	padding-top: min(4rem, 3.125vw);
	line-height: 1;
	color: rgb(var(--grn));
	font-family: var(--title);
	font-size: min(5rem, 3.906vw);
	font-weight: 500;
	text-align: center;
	position: relative;
}

.ipd .section__title::before {
	background-color: rgb(var(--grn));
	width: min(10rem, 7.813vw);
	height: min(0.6rem, 0.469vw);
	position: absolute;
	top: max(-4rem, -3.125vw);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

@media screen and (max-width: 768px) {
	.ipd .section {
		padding: 21.333vw 0;
	}

	.ipd .section__title {
		padding-top: 6.133vw;
		font-size: 9.333vw;
	}

	.ipd .section__title::before {
		width: 20vw;
		height: 0.8vw;
	}
}

/* ----------------------------------------------------
	benefits
---------------------------------------------------- */
.ipd .benefits {
	padding-top: 0;
}

.ipd .benefits__title {
	margin-bottom: min(1.8rem, 1.406vw);
	line-height: 1.4;
	color: rgb(var(--grn));
	font-size: min(4.7rem, 3.672vw);
	font-weight: 600;
	text-align: center;
}

.ipd .benefits__title--small {
	line-height: 1.9;
	font-size: min(3.5rem, 2.734vw);
	display: block;
}

.ipd .benefits__date {
	margin-bottom: min(4.5rem, 3.516vw);
	text-align: center;
}

.ipd .benefits__date--inner {
	padding: 0 min(1.4rem, 1.094vw);
	color: rgb(var(--grn));
	font-size: min(2.2rem, 1.719vw);
	font-weight: 600;
	border: solid 2px rgb(var(--grn));
	display: inline-block;
}

.ipd .benefits__list {
	margin: 0 auto;
	width: min(103rem, 80.469vw);
	position: relative;
}

.ipd .benefits__list--item {
	background-color: rgb(var(--benefits));
	color: rgb(var(--wht));
	border-radius: min(1.8rem, 1.406vw);
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: relative;
}

.ipd .benefits__list--item:not(:last-of-type) {
	margin-bottom: min(5.7rem, 4.453vw);
}

.ipd .benefits__list--title {
	width: min(31.2rem, 24.375vw);
	text-align: center;
}

.ipd .benefits__list--title .text {
	color: rgb(var(--yel));
	font-size: min(3.1rem, 2.422vw);
	font-weight: 600;
}

.ipd .benefits__list--title .image img {
	width: min(21rem, 16.406vw);
}

.ipd .benefits__list--content {
	padding: min(3rem, 2.344vw) 0 min(3rem, 2.344vw) min(5rem, 3.906vw);
	width: calc(100% - min(31.2rem, 24.375vw));
	border-left: solid 3px rgb(var(--yel));
	position: relative;
}

.ipd .benefits__list--content .title {
	line-height: 1.4;
	font-size: min(3.8rem, 2.969vw);
	font-weight: 600;
}

.ipd .benefits__list--content .title__small {
	margin-top: min(1.3rem, 1.016vw);
	font-size: min(2.3rem, 1.797vw);
	display: block;
}

.ipd .benefits__content {
	margin-top: min(1.8rem, 1.406vw);
}

.ipd .benefits__content--title-inner {
	background-color: rgb(var(--dark-grn));
	padding: 0 min(1.7rem, 1.328vw);
	height: min(2.8rem, 2.188vw);
	font-size: min(1.8rem, 1.406vw);
	border-radius: min(2.8rem, 2.188vw);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.ipd .benefits__content--detail .list.type01 {
	margin-top: min(1.8rem, 1.406vw);
	font-size: min(1.9rem, 1.484vw);
}

.ipd .benefits__content--detail .lead {
	font-size: min(1.9rem, 1.484vw);
}

.ipd .benefits__content--detail .link-button {
	background: rgb(var(--wht));
	margin-top: 0.5em;
	width: min(48rem, 35.139vw);
	height: min(8rem, 5.857vw);
	color: rgb(var(--blk));
	font-size: min(1.9rem, 1.484vw);
	border: solid 1px rgba(var(--blk), 0.75);
	border-radius: min(1rem, 0.732vw);
}

.ipd .benefits__content--detail .price {
	font-size: min(3.4rem, 2.656vw);
	font-weight: 600;
}

.ipd .benefits__content--detail .price b {
	margin-left: 0.25em;
	font-size: min(5.2rem, 4.063vw);
	font-weight: 600;
}

.ipd .benefits__content--detail .price li {
	padding-bottom: 0.5em;
	line-height: 1.2;
	text-indent: 0;
	display: inline-flex;
	align-items: baseline;
}

.ipd .benefits__content--detail .price i {
	background-color: rgb(var(--yel));
	margin-right: 0.5em;
	width: min(5rem, 3.906vw);
	height: min(5rem, 3.906vw);
	color: rgb(var(--benefits));
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ipd .benefits__content--detail .price li:not(:first-of-type) {
	border-top: solid 1px rgb(var(--wht));
}

.ipd .benefits__content--detail .list.note {
	margin-top: min(1.5rem, 1.172vw);
}

.ipd .benefits__list--item .obj {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
}

.ipd .benefits__list--item.benefits01 .obj {
	/* background-image: url(../img/icon-benefits01.svg); */
	width: min(18.6rem, 14.531vw);
	height: min(18.7rem, 14.609vw);
	top: min(2.8rem, 2.188vw);
	right: min(2.4rem, 1.875vw);
}

.ipd .benefits__list--item.benefits01 .obj figcaption {
	margin-top: 0.5em;
	font-size: min(1.1rem, 0.805vw);
	letter-spacing: -0.005em;
}

.ipd .benefits__list--item.benefits02 .obj {
	background-image: url(../img/icon-benefits02.svg);
	width: min(17.1rem, 13.359vw);
	height: min(10.3rem, 8.047vw);
	top: min(3.5rem, 2.734vw);
	right: min(2.4rem, 1.875vw);
}

.ipd .benefits .object {
	background-image: url(../img/benefits-obj01.svg);
	width: min(54.7rem, 42.734vw);
	height: min(77.9rem, 60.859vw);
	bottom: max(-47.1rem, -36.797vw);
	left: 0;
}

@media screen and (max-width: 768px) {
	.ipd .benefits {
		padding-top: 21.333vw;
	}

	.ipd .benefits__title {
		margin-bottom: 2.667vw;
		font-size: 8.533vw;
	}

	.ipd .benefits__title--small {
		font-size: 6.133vw;
	}

	.ipd .benefits__date {
		margin-bottom: 8vw;
	}

	.ipd .benefits__date--inner {
		padding: 0;
		width: 90.133vw;
		font-size: 4vw;
	}

	.ipd .benefits__list {
		width: 92vw;
	}

	.ipd .benefits__list--item {
		border-radius: 4.8vw;
		flex-direction: column-reverse;
	}

	.ipd .benefits__list--item:not(:last-of-type) {
		margin-bottom: 6.133vw;
	}

	.ipd .benefits__list--title {
		padding: 6.667vw 0;
		width: 100%;
	}

	.ipd .benefits__list--title .text {
		font-size: 8vw;
	}

	.ipd .benefits__list--title .image img {
		width: 48vw;
	}

	.ipd .benefits__list--content {
		padding: 4.8vw 0 8vw;
		width: 100%;
		border-top: solid 3px rgb(var(--yel));
		border-left: none;
	}

	.ipd .benefits__list--content .title {
		font-size: 8vw;
		text-align: center;
	}

	.ipd .benefits02 .benefits__list--content .title {
		margin-bottom: 42.667vw;
	}

	.ipd .benefits__list--content .title__small {
		margin-top: 1.6vw;
		font-size: 4.267vw;
	}

	.ipd .benefits__content {
		margin-top: 4vw;
	}

	.ipd .benefits__content--title {
		text-align: center;
	}

	.ipd .benefits__content--title-inner {
		margin: 0 auto;
		padding: 0 4.267vw;
		height: 7.467vw;
		font-size: 4.267vw;
		border-radius: 7.467vw;
	}

	.ipd .benefits__content--detail .list.type01 {
		margin-top: 4vw;
		padding: 0 4vw;
		font-size: 4.267vw;
	}

	.ipd .benefits__content--detail .lead {
		font-size: 4.267vw;
		text-align: center;
	}

	.ipd .benefits__content--detail .link-button {
		margin: 0.5em auto 0;
		width: 90%;
		height: 16vw;
		font-size: 4.267vw;
		border-radius: 2.667vw;
	}

	.ipd .benefits__content--detail .price {
		padding: 0 4vw;
		font-size: 5.867vw;
	}

	.ipd .benefits__content--detail .price b {
		font-size: 8vw;
	}

	.ipd .benefits__content--detail .price li {
		display: flex;
	}

	.ipd .benefits__content--detail .price i {
		width: 9.867vw;
		height: 9.867vw;
	}

	.ipd .benefits__content--detail .price li:not(:first-of-type) {
		padding-top: 0.5em;
	}

	.ipd .benefits__content--detail .list.note {
		margin-top: 4vw;
		padding: 0 4vw;
	}

	.ipd .benefits__list--item.benefits01 .benefits__content--title {
		margin-bottom: 64vw;
	}

	.ipd .benefits__list--item.benefits01 .obj {
		width: 49.6vw;
		height: 49.867vw;
		top: 133.333vw;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.ipd .benefits__list--item.benefits01 .obj figcaption {
		margin-top: 0.25em;
		font-size: 2.667vw;
	}

	.ipd .benefits__list--item.benefits02 .benefits__content--title {
		margin-bottom: 42.667vw;
	}

	.ipd .benefits__list--item.benefits02 .obj {
		width: 45.6vw;
		height: 27.467vw;
		top: 109.333vw;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.ipd .benefits .object.obj {
		width: 66.133vw;
		height: 102.133vw;
		bottom: -48vw;
	}
}

/* ----------------------------------------------------
	howto
---------------------------------------------------- */
.ipd .howto__lead {
	margin-bottom: min(9.6rem, 7.5vw);
	font-size: min(2rem, 1.563vw);
	text-align: center;
}

.ipd .howto__list {
	margin: 0 auto min(11.7rem, 9.141vw);
	width: min(103rem, 80.469vw);
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.ipd .howto__list--item {
	padding-top: min(4.5rem, 3.516vw);
	width: 50%;
	display: flex;
}

.ipd .howto__list--item:nth-child(1),
.ipd .howto__list--item:nth-child(2) {
	padding: 0 0 min(4.5rem, 3.516vw);
	border-bottom: solid 1px rgb(var(--grn));
}

.ipd .howto__list--item:nth-child(odd) {
	padding-right: min(2.3rem, 1.797vw);
}

.ipd .howto__list--item:nth-child(even) {
	padding-left: min(2.3rem, 1.797vw);
}

.ipd .howto__number {
	background-color: rgb(var(--grn));
	margin-right: min(0.9rem, 0.703vw);
	width: min(5.2rem, 4.063vw);
	height: min(5.2rem, 4.063vw);
	color: rgb(var(--wht));
	font-family: var(--title);
	font-size: min(3.4rem, 2.656vw);
	font-weight: 500;
	border-radius: min(5.2rem, 4.063vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.ipd .howto__content {
	color: rgb(var(--grn));
}

.ipd .howto__content--title {
	margin-bottom: min(1rem, 0.781vw);
	height: min(5.2rem, 4.063vw);
	font-size: min(2.4rem, 1.875vw);
	font-weight: 600;
	display: flex;
	align-items: center;
}

/*260515hama*/
.ipd .howto__content--title.imakita {
    line-height: 1.2;
    height: min(8.6rem, 16vw);
}
/*260515hama end*/

.ipd .howto__content--text {
	font-size: min(1.7rem, 1.328vw);
}

.ipd .end .howto__content--text .text {
	margin-bottom: 2.5em;
	padding-bottom: 2em;
	position: relative;
}

.ipd .end .howto__content--text .text::after {
	width: 100%;
	position: absolute;
	bottom: -1em;
	left: 0;
	content: "▼";
}

.ipd .end .howto__content--text .text-end {
	background-color: rgb(var(--grn));
	height: 2.5em;
	color: rgb(var(--wht));
	display: flex;
	justify-content: center;
	align-items: center;
}

.ipd .howto__image {
	margin-left: auto;
	width: min(21.6rem, 16.875vw);
}

.ipd .howto .link-button {
	margin: 0 auto;
	width: min(59.6rem, 46.563vw);
	height: min(13rem, 10.156vw);
	text-align: center;
	border-radius: min(13rem, 10.156vw);
}

.ipd .howto .link-button .registration__text {
	font-size: min(2.5rem, 1.953vw);
}

.ipd .howto .link-button .registration__text .note li {
	font-size: min(1.6rem, 1.25vw);
}

.ipd .howto .link-button svg {
	position: absolute;
	top: 50%;
	right: min(4rem, 3.125vw);
	transform: translateY(-50%);
}

.ipd .howto .link-button:hover {
	opacity: 0.5;
}

.ipd .howto .obj01 {
	background-image: url(../img/howto-object01.svg);
	width: min(48.8rem, 38.125vw);
	height: min(88.6rem, 69.219vw);
	right: 0;
	bottom: min(55.4rem, 43.281vw);
}

.ipd .howto .obj02 {
	background-image: url(../img/howto-object02.svg);
	width: min(48.5rem, 37.891vw);
	height: min(67.3rem, 52.578vw);
	bottom: max(-14.5rem, -11.328vw);
	left: 0;
}

.ipd .end .howto__content--text {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.ipd .howto {
		padding-bottom: 72vw;
		padding-bottom: 61.867vw;
	}

	.ipd .howto .section__title {
		margin-bottom: 3.2vw;
	}

	.ipd .howto__lead {
		margin-bottom: 17.067vw;
		font-size: 3.733vw;
	}

	.ipd .howto__list {
		margin-bottom: 14.133vw;
		width: 88vw;
		display: block;
	}

	.ipd .howto__list--item {
		padding-top: min(4.5rem, 3.516vw);
		width: 100%;
		position: relative;
	}

	.ipd .howto__list--item:not(:last-of-type) {
		margin-bottom: 9.333vw;
	}

	.ipd .howto__list--item:nth-child(1),
	.ipd .howto__list--item:nth-child(2) {
		padding: 0;
		border-bottom: none;
	}

	.ipd .howto__list--item:nth-child(odd) {
		padding-right: 0;
	}

	.ipd .howto__list--item:nth-child(even) {
		padding-left: 0;
	}

	.ipd .howto__number {
		margin-right: min(0.9rem, 0.703vw);
		width: 13.867vw;
		height: 13.867vw;
		font-size: 9.067vw;
		border-radius: 13.867vw;
		position: absolute;
		top: 0;
		left: 0;
	}

	.ipd .howto__content {
		padding-top: 17.067vw;
	}

	.ipd .howto__content--title {
		margin-bottom: 2.133vw;
		line-height: 1;
		height: auto;
		font-size: 5.867vw;
	}

	.ipd .howto__content--text {
		font-size: 3.733vw;
	}

	.ipd .end .howto__content--text .text::after {
		width: 100%;
		position: absolute;
		bottom: -1em;
		left: 0;
		content: "▼";
	}

	.ipd .end .howto__content--text .text-end {
		background-color: rgb(var(--grn));
		height: 2.5em;
		color: rgb(var(--wht));
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.ipd .howto__image {
		margin-left: auto;
		width: 37.333vw;
	}

	.ipd .howto .link-button {
		width: 92vw;
		height: 20vw;
		border-radius: 20vw;
	}

	.ipd .howto .link-button .registration__text {
		font-size: 4.267vw;
	}

	.ipd .howto .link-button .registration__text .note li {
		font-size: 2.933vw;
	}

	.ipd .howto .link-button svg {
		width: 4.533vw;
		height: auto;
		right: 5.867vw;
	}

	.ipd .howto .obj01 {
		display: none;
	}

	.ipd .howto .obj02 {
		background-image: url(../img/howto-obj_sp.svg);
		width: 65.867vw;
		height: 140.8vw;
		bottom: -75.467vw;
	}

	/* .ipd .howto__content.end {}

	.ipd .end .howto__content--title {}

	.ipd .end .howto__content--text .text {} */
}

/* ----------------------------------------------------
	campaign
---------------------------------------------------- */
.ipd .campaign {
	padding-top: 0;
}

.ipd .campaign__content {
	background-image: url(../img/campaign-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: min(10rem, 7.813vw);
	padding: min(10rem, 7.813vw) 0;
	color: rgb(var(--wht));
}

.ipd .campaign .section__title {
	color: rgb(var(--wht));
}

.ipd .campaign .section__title::before {
	display: none;
}

.ipd .campaign__title {
	color: rgb(var(--yel));
	font-size: min(5.4rem, 4.219vw);
	font-weight: 600;
	text-align: center;
}

.ipd .campaign__lead {
	margin-bottom: min(3.4rem, 2.656vw);
	text-align: center;
}

.ipd .campaign__lead--title {
	font-size: min(2.7rem, 2.109vw);
}

.ipd .campaign__lead--text {
	font-size: min(1.8rem, 1.406vw);
}

.ipd .campaign__date {
	margin: 0 auto min(1.6rem, 1.25vw);
	width: min(58rem, 45.313vw);
}

.ipd .campaign__date--th {
	background-color: rgb(var(--yel));
	width: min(10.5rem, 8.203vw);
	color: rgb(var(--dark-grn));
	font-size: min(2rem, 1.563vw);
	font-weight: 500;
	text-align: center;
}

.ipd .campaign__date--td {
	padding-left: 0.5em;
	font-size: min(2.5rem, 1.953vw);
}

.ipd .campaign__list {
	margin: min(5.4rem, 4.219vw) auto min(2.7rem, 2.109vw);
	width: min(109rem, 85.156vw);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ipd .campaign__list--item {
	background-color: rgb(var(--wht));
	margin-bottom: min(3.2rem, 2.5vw);
	padding: 0 min(2.6rem, 2.031vw) min(1.5rem, 1.172vw);
	width: min(34rem, 26.563vw);
	color: rgb(var(--blk));
	border-radius: min(1.6rem, 1.25vw);
	position: relative;
}

.campaign__award {
	margin-bottom: min(1.3rem, 1.016vw);
	color: rgb(var(--grn));
	display: flex;
	align-items: center;
}

.campaign__award--title {
	background-image: url(../img/campaign-ribbon.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: min(1rem, 0.781vw);
	width: min(11.6rem, 9.063vw);
	height: min(10.6rem, 8.281vw);
	line-height: 1.2;
	color: rgb(var(--wht));
	font-size: min(2.6rem, 2.031vw);
	text-align: center;
}

.campaign__award--title b {
	margin-right: 0.15em;
	font-weight: 700;
	white-space: nowrap;
}

.campaign__award--title b.en {
	font-size: min(5rem, 3.906vw);
}

.campaign__award--title b.ja {
	width: 100%;
	font-size: min(2.9rem, 2.266vw);
	display: block;
}

.campaign__award--nop {
	padding-left: min(1.5rem, 1.172vw);
	font-size: min(3.2rem, 2.5vw);
	font-weight: 600;
}

.campaign__award--nop b {
	font-size: min(4.9rem, 3.828vw);
	font-weight: 600;
}

.ipd .campaign__detail {
	margin-bottom: min(1.5rem, 1.172vw);
}

.ipd .campaign__detail--title {
	line-height: 1.2;
	color: rgb(var(--orn));
	font-size: min(2.8rem, 2.188vw);
	font-weight: 600;
}

.ipd .campaign__detail--title b {
	font-weight: 600;
}

.ipd .campaign__detail--text {
	margin-top: 0.5em;
	font-size: min(1.8rem, 1.406vw);
}

.ipd .campaign__image {
	margin: 0 auto;
}

.ipd .campaign01 .campaign__image {
	/* width: min(25.6rem, 20vw); */
	width: min(19.9rem, 15.547vw);
}

.ipd .campaign02 .campaign__image {
	/* width: min(25.1rem, 19.609vw); */
	width: min(19.9rem, 15.547vw);
}

.ipd .campaign03 .campaign__image {
	/* width: min(25.1rem, 19.609vw); */
	width: min(19.9rem, 15.547vw);
}

.ipd .campaign04 .campaign__image {
	width: min(28.5rem, 22.266vw);
}

.ipd .campaign05 .campaign__image {
	/* width: min(19.9rem, 15.547vw); */
	width: min(25.6rem, 20vw);
}

.ipd .campaign06 .campaign__image {
	/* width: min(19.9rem, 15.547vw); */
	width: min(25.1rem, 19.609vw);
}

.ipd .campaign__list+.list {
	margin: 0 auto;
	width: min(109rem, 85.156vw);
	font-size: min(1.3rem, 1.016vw);
	font-weight: 400;
}

.ipd .campaign__list+.list li::before {
	content: "・";
}

.ipd .campaign .link-button {
	margin: auto;
	width: min(59.6rem, 46.563vw);
	height: min(13rem, 10.156vw);
	text-align: center;
	border-radius: min(13rem, 10.156vw);
}

.ipd .campaign .link-button .registration__text {
	font-size: min(2.5rem, 1.953vw);
}

.ipd .campaign .link-button .registration__text .note li {
	font-size: min(1.6rem, 1.25vw);
}

.ipd .campaign .link-button svg {
	position: absolute;
	top: 50%;
	right: min(4rem, 3.125vw);
	transform: translateY(-50%);
}

.ipd .campaign .link-button:hover {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.ipd .campaign__content {
		background-image: url(../img/campaign-bg_sp.webp);
		margin-bottom: 10.667vw;
		padding: 16vw 0;
	}

	.ipd .campaign .section__title {
		margin-bottom: 4vw;
	}

	.ipd .campaign__title {
		margin-bottom: 8vw;
		line-height: 1.35;
		font-size: 8.267vw;
	}

	.ipd .campaign__lead {
		margin-bottom: 8vw;
	}

	.ipd .campaign__lead--title {
		font-size: 5.333vw;
	}

	.ipd .campaign__lead--text {
		font-size: 3.733vw;
	}

	.ipd .campaign__date,
	.ipd .campaign__date tbody,
	.ipd .campaign__date--row,
	.ipd .campaign__date--th,
	.ipd .campaign__date--td {
		width: 100%;
		text-align: center;
		display: block;
	}

	.ipd .campaign__date {
		margin-bottom: 4vw;
	}

	.ipd .campaign__date--th {
		margin: 0 auto 4vw;
		width: 26.667vw;
		font-size: 4.8vw;
	}

	.ipd .campaign__date--td {
		padding-left: 0;
		font-size: 4.8vw;
	}

	.ipd .campaign__list {
		margin: 8vw auto;
		width: 90.667vw;
		display: block;
	}

	.ipd .campaign__list--item {
		margin-bottom: 0;
		padding: 0 6.933vw 4vw;
		width: 100%;
		border-radius: 4.8vw;
	}

	.ipd .campaign__list--item:not(:last-of-type) {
		margin-bottom: 6.933vw;
	}

	.campaign__award {
		margin-bottom: 3.2vw;
	}

	.campaign__award--title {
		padding-top: 2.667vw;
		width: 30.933vw;
		height: 28.267vw;
		font-size: 6.933vw;
	}

	.campaign__award--title b.en {
		font-size: 13.333vw;
	}

	.campaign__award--title b.ja {
		font-size: 7.733vw;
	}

	.campaign__award--nop {
		padding-left: 4vw;
		font-size: 8.533vw;
	}

	.campaign__award--nop b {
		font-size: 13.067vw;
	}

	.ipd .campaign__detail {
		margin-bottom: 4vw;
	}

	.ipd .campaign__detail--title {
		font-size: 7.467vw;
	}

	.ipd .campaign__detail--text {
		font-size: 4.8vw;
	}

	.ipd .campaign01 .campaign__image {
		width: 53.067vw;
	}

	.ipd .campaign02 .campaign__image {
		width: 53.067vw;
	}

	.ipd .campaign03 .campaign__image {
		width: 53.067vw;
	}

	.ipd .campaign04 .campaign__image {
		width: 76vw;
	}

	.ipd .campaign05 .campaign__image {
		width: 76vw;
	}

	.ipd .campaign06 .campaign__image {
		width: 76vw;
	}

	.ipd .campaign__list+.list {
		width: 90.667vw;
		font-size: 3.2vw;
	}

	.ipd .campaign .link-button {
		width: 92vw;
		height: 20vw;
		border-radius: 20vw;
	}

	.ipd .campaign .link-button .registration__text {
		font-size: 4.267vw;
	}

	.ipd .campaign .link-button .registration__text .note li {
		font-size: 2.933vw;
	}

	.ipd .campaign .link-button svg {
		width: 4.533vw;
		height: auto;
		right: 5.867vw;
	}
}