@media (min-width: 901px) {

	/*---------- adobe-font ----------*/
	.a_otf_gothic_mb101 {
		font-family: "Noto Sans JP", sans-serif;
	}

	.hiragino_kaku_gothic {
		font-family: "Noto Sans JP", sans-serif;
	}

	.a_otf_ryumin {
		font-family: "Shippori Mincho", serif;
	}

	.din_2014 {
		font-family: din-2014, sans-serif;
	}

	/*---------- google-font ----------*/
	.shippori_mincho {
		font-family: "Shippori Mincho", serif;
	}

	.zen_antique {
		font-family: "Zen Antique", serif;
	}

	.noto_sans_jp {
		font-family: "Noto Sans JP", sans-serif;
	}

	html,
	body {
		margin: 0;
		padding: 0;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}

	img {
		max-width: 100%;
		vertical-align: bottom;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		margin: 0;
	}

	ul {
		margin: 0;
		padding: 0;

		li {
			list-style: none;
		}
	}

	a {
		text-decoration: none;
	}

	.js_fadein {
		opacity: 0;
		-webkit-transform: translate(0%, 5%);
		transform: translate(0%, 5%);

		&.active {
			-webkit-animation: fadeUp 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
			animation: fadeUp 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
			opacity: 1;
			transform: translateY(0);
		}
	}

	@-webkit-keyframes fadeUp {
		0% {
			opacity: 0;
			-webkit-transform: translate(0%, 5%);
			transform: translate(0%, 5%);
		}

		100% {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}

	@keyframes fadeUp {
		0% {
			opacity: 0;
			-webkit-transform: translate(0%, 5%);
			transform: translate(0%, 5%);
		}

		100% {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}

	.main_wrap {
		max-width: 900px;
		margin: 0 auto;
	}

	.mv1 {
		background-color: #fa2a63;

		.title {
			position: relative;
			padding-top: 50px;

			.logo {
				position: absolute;
				top: 23px;
				left: 16px;
				width: 120px;
			}

			p {
				margin: 0;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 900;
				font-size: 53px;
				line-height: 59px;
				text-align: center;
			}

			.text {
				position: absolute;
				top: 52px;
				right: 11px;
				width: 149px;
			}
		}

		h1 {
			margin: 0;
			font-family: "Noto Sans JP", sans-serif;
			font-weight: 900;
			font-size: 100px;
			text-align: center;
			color: #ffffff;
		}

		.img {
			img {
				width: 100%;
			}
		}

		h2 {
			margin: 0 0 50px;
			font-size: 47px;
			text-align: center;

			span {
				font-size: 60px;
				color: #ffffff;
			}
		}

		.right {
			padding: 0 5px 5px 0;
			font-family: hiragino-kaku-gothic-pron, sans-serif;
			font-size: 12px;
			text-align: right;
			color: #ffffff;
		}
	}

	.mv2 {
		position: relative;
		height: 1245px;
		background-image: url("image/mv_multi_back.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;

		.logo {
			position: relative;
			padding-top: 47px;
			text-align: center;

			img {
				width: 156px;
			}
		}

		.tate {
			position: absolute;
			top: 209px;
			left: 48px;
			font-size: 55px;
			font-weight: 800;
			text-shadow:
				0 0 10px #ffffff,
				0 0 10px #ffffff,
				0 0 10px #ffffff,
				0 0 10px #ffffff,
				0 0 10px #ffffff,
				0 0 10px #ffffff,
				0 0 10px #ffffff;
			-webkit-writing-mode: vertical-rl;
			writing-mode: vertical-rl;
		}

		.text {
			position: absolute;
			top: 145px;
			right: 25px;

			img {
				width: 267px;
			}
		}

		.img {
			position: absolute;
			top: 135px;
			left: 145px;

			img {
				width: 658px;
			}
		}

		.title {
			position: absolute;
			bottom: 44px;
			left: 0;
			width: 100%;
			text-align: center;

			p {
				font-family: "Noto Sans JP", sans-serif;
				font-size: 42px;
				font-weight: 800;
				text-shadow:
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff;
			}

			h1 {
				img {
					width: 858px;
				}
			}
		}

		.right {
			position: absolute;
			bottom: 6px;
			right: 0;
			font-family: hiragino-kaku-gothic-pron, sans-serif;
			font-size: 12px;
		}
	}

	.sec01 {
		background-image: url("image/sec01_back.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.sec01_title {
		padding-top: 50px;
		text-align: center;

		img {
			width: 359px;
		}

		h2 {
			margin-top: 40px;
			font-family: "Shippori Mincho", serif;
			font-size: 42px;
		}
	}

	.sec01_price {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 64px;

		.start {
			margin-bottom: 58px;
			width: 821px;
		}

		p {
			display: flex;
			align-items: baseline;
			margin-bottom: 27px;
			font-family: "Zen Antique", serif;
			font-size: 34px;

			.lg {
				padding-left: 12px;
				font-family: din-2014, sans-serif;
				font-size: 58px;
			}

			.md {
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				font-size: 42px;
			}

			.sm {
				font-size: 22px;
			}
		}

		.arrow {
			width: 54px;
			margin-bottom: 15px;
		}

		.price {
			width: 693px;
		}
	}

	.sec01_line {
		padding: 56px 56px 0;

		.border {
			background-color: #ffffff;
			border: 4px solid #008e3a;
			border-radius: 16px;
			overflow: hidden;

			h3 {
				padding: 28px 0;
				font-family: "Noto Sans JP", sans-serif;
				font-size: 52px;
				letter-spacing: 7.8px;
				text-align: center;
				color: #ffffff;
				background-color: #008e3a;
			}

			.box {
				padding: 37px 0;

				ul {
					display: flex;
					justify-content: center;
					align-items: center;
					gap: 16px;
					margin-bottom: 34px;

					li {
						padding: 8px 22px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 36px;
						line-height: 1;
						letter-spacing: 5px;
						border: 1px solid #000000;
						border-radius: 6px;
					}
				}

				p {
					margin-bottom: 47px;
					font-family: "Noto Sans JP", sans-serif;
					font-size: 32px;
					text-align: center;
				}

				.link {
					display: flex;
					justify-content: center;

					a {
						position: relative;
						padding: 25px 77px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 44px;
						letter-spacing: 4px;
						line-height: 1;
						text-align: center;
						color: #ffffff;
						background-color: #008e3a;
						border-radius: 45px;
						-webkit-animation: lr-s 2s infinite;
						animation: lr-s 2s infinite;

						&:after {
							content: "";
							position: absolute;
							top: 50%;
							right: 35px;
							transform: translateY(-50%) rotate(45deg);
							width: 16px;
							height: 16px;
							border-top: 2px solid #ffffff;
							border-right: 2px solid #ffffff;
						}

						span {
							font-size: 32px;
						}
					}
				}
			}
		}
	}

	@-webkit-keyframes lr-s {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		60% {
			-webkit-transform: translateX(-15px);
			transform: translateX(-15px);
		}

		70% {
			-webkit-transform: translateX(15px);
			transform: translateX(15px);
		}

		80% {
			-webkit-transform: translateX(-10px);
			transform: translateX(-10px);
		}

		90% {
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
		}

		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
	}

	@keyframes lr-s {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		60% {
			-webkit-transform: translateX(-15px);
			transform: translateX(-15px);
		}

		70% {
			-webkit-transform: translateX(15px);
			transform: translateX(15px);
		}

		80% {
			-webkit-transform: translateX(-10px);
			transform: translateX(-10px);
		}

		90% {
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
		}

		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
	}

	.sec01_text {
		padding: 100px 70px 93px;
		text-align: center;

		.en {
			position: relative;
			margin-bottom: 32px;
			font-family: "Shippori Mincho", serif;
			font-size: 30px;

			&:before {
				content: "";
				position: absolute;
				top: 50%;
				left: 0;
				transform: translateY(-50%);
				width: 187px;
				height: 1px;
				background-color: #000000;
			}

			&:after {
				content: "";
				position: absolute;
				top: 50%;
				right: 0;
				transform: translateY(-50%);
				width: 187px;
				height: 1px;
				background-color: #000000;
			}
		}

		h3 {
			margin-bottom: 32px;
			font-family: "Shippori Mincho", serif;
			font-size: 40px;
			line-height: 1;
		}

		p {
			font-family: "Shippori Mincho", serif;
			font-size: 26px;

			span {
				font-family: "Noto Sans JP", sans-serif;
				font-size: 14px;
			}
		}

		.link {
			display: flex;
			justify-content: center;
			margin-top: 34px;

			img {
				width: 513px;
			}
		}
	}

	.sec02 {
		padding-top: 65px;

		.img1 {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 510px;
			background-image: url("image/sec02_img1.webp");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;

			h2 {
				font-size: 49px;
				text-align: center;
				text-shadow:
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff;

				.red {
					color: #f10044;
				}

				.lg {
					font-size: 70px;
				}
			}
		}

		.img2 {
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			height: 395px;
			background-image: url("image/sec02_img2.webp");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			z-index: 2;

			p {
				font-weight: 700;
				font-size: 57px;
				line-height: 1.3;
				text-align: center;
				color: #ffffff;

				.lg {
					font-size: 100px;
				}

				.sm {
					font-size: 40px;
				}
			}
		}

		.img3 {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			position: relative;
			height: 670px;
			margin-top: -90px;
			background-image: url("image/sec02_img3.webp");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			text-shadow:
				0 0 10px #000000,
				0 0 10px #000000,
				0 0 10px #000000,
				0 0 10px #000000,
				0 0 10px #000000;
			z-index: 1;

			h3 {
				font-size: 80px;
				color: #ffffff;
			}

			p {
				font-size: 40px;
				font-weight: 700;
				line-height: 160%;
				text-align: center;
				color: #ffffff;
			}
		}

		.img4 {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			position: relative;
			padding-top: 118px;
			padding-bottom: 80px;

			&:before {
				content: "";
				position: absolute;
				top: -220px;
				width: 100%;
				height: 860px;
				background-image: url("image/sec02_img4.webp");
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				z-index: -1;
			}

			.top {
				margin-bottom: 100px;
				text-align: center;
				text-shadow:
					0 0 10px #000000,
					0 0 10px #000000,
					0 0 10px #000000,
					0 0 10px #000000,
					0 0 10px #000000,
					0 0 10px #000000,
					0 0 10px #000000;

				h3 {
					font-size: 80px;
					color: #ffffff;
				}

				p {
					font-size: 40px;
					font-weight: 700;
					line-height: 160%;
					color: #ffffff;
				}
			}

			.middle {
				margin-bottom: 50px;
				text-align: center;
				text-shadow:
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff,
					0 0 10px #ffffff;

				p {
					font-weight: 700;
					font-size: 46px;
					color: #ff0044;

					.lg {
						font-size: 78px;
					}
				}
			}

			.bottom {
				text-align: center;

				p {
					font-weight: 700;
					font-size: 39px;

					.lg {
						font-size: 65px;
					}

					.red {
						color: #ff0044;
					}
				}
			}
		}
	}

	.sec03 {
		padding-top: 82px;
		padding-bottom: 57px;
		background-color: #003088;

		.box1 {
			margin-bottom: 108px;
			padding-left: 40px;
			height: 474px;
			background-image: url("image/sec03_img1.webp");
			background-position: top right;
			background-repeat: no-repeat;
			background-size: contain;

			p {
				font-size: 40px;
				font-weight: 700;
				line-height: 165%;
				color: #ffffff;

				.yellow {
					color: #fde700;
				}
			}
		}

		.box2 {
			margin-bottom: 86px;
			padding-left: 40px;
			height: 543px;
			background-image: url("image/sec03_img2.webp");
			background-position: top left 40px;
			background-repeat: no-repeat;
			background-size: contain;
			text-shadow:
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088,
				0 0 10px #003088;

			p {
				padding-left: 300px;
				font-size: 40px;
				font-weight: 700;
				line-height: 165%;
				color: #ffffff;

				.yellow {
					color: #fde700;
				}
			}
		}

		.box3 {
			padding-left: 40px;
			height: 424px;
			background-image: url("image/sec03_img3.webp");
			background-position: top right 20px;
			background-repeat: no-repeat;
			background-size: contain;

			p {
				font-size: 40px;
				font-weight: 700;
				line-height: 165%;
				color: #ffffff;

				.yellow {
					color: #fde700;
				}
			}
		}
	}

	.sec04 {
		background-color: #003088;
	}

	.sec04_area1 {
		background-image: url("image/sec04_img1.webp");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;

		.title {
			padding-top: 240px;
			text-align: center;

			p {
				margin-bottom: 30px;
				font-size: 35px;
				color: #ffffff;
				text-shadow:
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c;
			}

			img {
				margin-bottom: 20px;
			}

			h2 {
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 98px;
				color: #fde700;
				text-shadow:
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c;

				span {
					font-size: 28px;
					letter-spacing: 3px;
					-webkit-writing-mode: vertical-rl;
					writing-mode: vertical-rl;
					color: #ffffff;
				}
			}
		}

		.text {
			padding-top: 150px;

			p {
				font-size: 41px;
				text-align: center;
				color: #ffffff;
				text-shadow:
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c,
					0 0 10px #00002c;

				span {
					font-size: 60px;
				}
			}
		}
	}

	.sec04_area2 {
		padding-top: 114px;

		h3 {
			font-size: 90px;
			line-height: 120%;
			text-align: center;
			color: #ffffff;
			text-shadow:
				0 0 10px #2563d5,
				0 0 10px #2563d5,
				0 0 10px #2563d5,
				0 0 10px #2563d5,
				0 0 10px #2563d5,
				0 0 10px #2563d5;
		}

		>img {
			width: 100%;
			margin-top: -150px;
			margin-bottom: -170px;
		}

		.container {
			display: grid;
			gap: 56px;
			margin: 0 20px;
			padding: 60px 25px;
			border: 5px solid #ffffff;
			border-radius: 20px;
			box-shadow:
				inset 0 0 5px 5px #2563d5,
				0 0 5px 5px #2563d5;

			.box {
				display: grid;
				grid-template-columns: 110px 1fr;
				align-items: center;
				gap: 20px;

				img {
					width: 100%;
					margin: 0 auto;
				}

				.text {
					h4 {
						margin-bottom: 10px;
						font-size: 47px;
						color: #ffffff;
						text-shadow:
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5;
					}

					p {
						font-size: 28px;
						color: #ffffff;
					}
				}
			}
		}
	}

	.sec05 {
		padding-bottom: 60px;
	}

	.sec05_area1 {
		position: relative;
		padding-top: 104px;
		padding-bottom: 14px;
		background-color: #003088;

		p {
			margin-bottom: 65px;
			font-size: 50px;
			text-align: center;
			color: #ffffff;
		}

		h2 {
			margin-left: 30px;
			font-size: 90px;
			color: #ffffff;

			.sm {
				font-size: 54px;
			}

			.bracket_left {
				margin-left: -50px;
			}

			.bracket_right {
				margin-right: -30px;
			}
		}

		img {
			position: absolute;
			bottom: -50px;
			right: 15px;
			width: 185px;
		}
	}

	.sec05_area2 {
		padding: 0 40px;

		h3 {
			margin-top: 35px;
			margin-bottom: 35px;
			font-size: 46px;
			text-align: center;
			line-height: 6.5rem;

			.red {
				color: #e50051;
			}

			.lg {
				font-size: 98px;
			}

			.md {
				font-size: 65px;
			}
		}

		img {
			margin-bottom: 12px;
			width: 100%;
		}

		p {
			font-family: "Noto Sans JP", sans-serif;
			font-size: 14px;
		}
	}

	.sec06 {
		padding-top: 64px;
		background-color: #003088;

		.title {
			margin-bottom: 56px;
			padding: 0 42px;

			h2 {
				margin-bottom: 48px;

				img {
					width: 100%;
				}
			}

			p {
				font-size: 35px;
				text-align: center;
				color: #ffffff;
			}
		}

		.container {
			display: grid;
			gap: 36px;

			.box {
				position: relative;

				img {
					width: 100%;
				}

				.text {
					display: grid;
					gap: 20px;
					position: absolute;
					top: 100px;
					right: 100px;
					left: 100px;

					dl {
						margin: 0;
						color: #003088;

						dt {
							position: relative;
							font-size: 30px;
							text-align: center;

							&:before {
								content: "";
								position: absolute;
								top: 50%;
								left: 0;
								transform: translateY(-50%);
								width: 300px;
								height: 1px;
								background-color: #003088;
							}

							&:after {
								content: "";
								position: absolute;
								top: 50%;
								right: 0;
								transform: translateY(-50%);
								width: 300px;
								height: 1px;
								background-color: #003088;
							}
						}

						dd {
							margin: 0;
							font-size: 29px;
							line-height: 150%;
						}

						&:last-child {
							dt {

								&:before,
								&:after {
									width: 240px;
								}
							}

							dd {
								text-align: center;
							}
						}
					}
				}
			}
		}
	}

	.sec07 {
		padding-top: 80px;
		padding-bottom: 58px;
		background-color: #003088;

		.title {
			margin-bottom: 34px;

			h2 {
				font-size: 40px;
				text-align: center;
				color: #ffffff;

				.lg {
					font-size: 55px;
				}
			}
		}

		>img {
			width: 100%;
			margin-bottom: 53px;
		}

		.container {
			display: grid;
			gap: 40px;
			margin: 0 48px;
			padding: 56px 30px 45px;
			border: 5px solid #ffffff;
			border-radius: 20px;
			box-shadow:
				inset 0 0 5px 5px #2563d5,
				0 0 5px 5px #2563d5;

			.box {
				display: grid;
				grid-template-columns: 93px 1fr;
				gap: 20px;

				img {
					width: 100%;
					margin: 0 auto;
				}

				.text {
					h3 {
						margin-bottom: 10px;
						font-size: 47px;
						color: #ffffff;
						text-shadow:
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5,
							0 0 10px #2563d5;
					}

					p {
						font-size: 26px;
						color: #ffffff;

						.sm {
							display: block;
							font-family: "Noto Sans JP", sans-serif;
							font-size: 14px;
						}
					}
				}
			}

			.note {
				font-size: 28px;
				color: #ffffff;
			}
		}
	}

	.sec08 {
		padding-top: 164px;

		h2 {
			margin-bottom: 48px;
			text-align: center;

			img {
				width: 881px;
			}
		}

		>img {
			width: 100%;
		}
	}

	.sec09 {
		padding-top: 60px;

		h2 {
			margin-bottom: 40px;
			text-align: center;

			img {
				width: 651px;
			}
		}

		.container {
			.step {
				padding: 80px 50px;
				position: relative;

				>img {
					position: absolute;
					top: -30px;
					left: 40px;
					width: 209px;
				}

				.box {
					position: relative;
					height: 320px;
					padding: 48px 30px;
					background-color: #ffffff;
					border-radius: 20px;
					box-sizing: border-box;

					.text {
						h3 {
							margin-bottom: 32px;
							font-size: 37px;
						}

						p {
							font-size: 25px;
							line-height: 150%;
						}
					}

					.img {
						position: absolute;
					}
				}

				&.step1 {
					background-color: #18d9fb;

					.box {
						height: 400px;
						padding-right: 325px;

						.img {
							top: 50%;
							right: 18px;
							transform: translateY(-50%);

							img {
								width: 297px;
							}
						}
					}
				}

				&.step2 {
					background-color: #bfed1b;

					.box {
						padding-right: 207px;

						.img {
							top: 22px;
							right: 43px;

							img {
								width: 288px;
							}
						}
					}
				}

				&.step3 {
					background-color: #fce600;

					.box {
						padding-right: 325px;

						.img {
							top: 21px;
							right: 11px;

							img {
								width: 378px;
							}
						}
					}
				}

				&.step4 {
					background-color: #fb2970;

					.box {
						padding-right: 341px;

						.img {
							top: 22px;
							right: 133px;

							img {
								width: 288px;
							}
						}
					}
				}
			}
		}
	}

	.sec10 {
		padding-top: 245px;

		.title {
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			height: 195px;
			background-image: url("image/sec10_back.webp");
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;

			h2 {
				font-size: 80px;
				color: #ffffff;
				text-shadow:
					0 0 10px #4ea048,
					0 0 10px #4ea048,
					0 0 10px #4ea048,
					0 0 10px #4ea048,
					0 0 10px #4ea048,
					0 0 10px #4ea048,
					0 0 10px #4ea048;
			}

			img {
				position: absolute;
				right: 5px;
				bottom: 0;
				width: 149px;
			}
		}

		.container {
			dl {
				display: grid;
				gap: 20px;
				margin: 0;
				padding: 32px 20px 32px 35px;

				&:nth-child(odd) {
					background-color: #f1f1f1;
				}

				dt {
					position: relative;
					padding-left: 45px;
					font-weight: 500;
					font-size: 40px;
					line-height: 140%;
					color: #f10044;

					&:before {
						content: "Q";
						position: absolute;
						top: -4px;
						left: 0;
						font-weight: 700;
						font-size: 40px;
					}
				}

				dd {
					position: relative;
					margin: 0;
					padding-left: 45px;
					font-weight: 500;
					font-size: 30px;
					line-height: 140%;

					&:before {
						content: "A";
						position: absolute;
						top: -2px;
						left: 0;
						font-weight: 700;
						font-size: 40px;
					}
				}
			}
		}
	}

	.sec11 {
		padding: 40px 20px 72px;
		background-color: #003088;
	}

	.sec11_area1 {
		margin-bottom: 40px;

		h2 {
			margin-bottom: 40px;
			font-size: 40px;
			text-align: center;
			color: #ffffff;
		}

		img {
			width: 100%;
		}
	}

	.sec11_area2 {
		margin-bottom: 40px;

		table {
			width: 100%;
			border-collapse: collapse;

			tr {
				td {
					padding: 5px 17px;
					font-size: 25px;
					color: #ffffff;
					border: 1px solid #ffffff;

					&:first-child {
						padding: 5px 24px;
						text-align: center;
					}

					span {
						font-size: 20px;
					}
				}
			}
		}

		p {
			margin-top: 5px;
			font-family: "Noto Sans JP", sans-serif;
			font-size: 14px;
			text-align: right;
			color: #ffffff;
		}
	}

	.sec11_area3 {
		.title {
			margin-bottom: 50px;
			text-align: center;

			h3 {
				margin-bottom: 30px;
				font-size: 49px;
				color: #fffa79;
			}

			p {
				font-size: 40px;
				line-height: 150%;
				color: #ffffff;
			}
		}

		.container {
			display: grid;
			gap: 48px;

			.box {
				padding: 40px 35px;
				border: 5px solid #fffa79;

				p {
					font-size: 33px;
					line-height: 180%;
					color: #fffa79;
				}

				h4 {
					margin-bottom: 30px;
					font-size: 50px;
					text-align: center;
					color: #fffa79;
				}

				ul {
					display: grid;
					gap: 30px;

					li {
						position: relative;
						padding-left: 40px;
						font-size: 34px;
						line-height: 160%;
						color: #fffa79;

						&:before {
							content: "・";
							position: absolute;
							top: 0;
							left: 0;
						}

						span {
							display: block;
							font-size: 20px;
							line-height: 120%;
						}
					}
				}
			}
		}
	}

	.sec12 {
		background-color: #000000;
	}

	.sec12_area1 {
		padding-bottom: 106px;

		>img {
			width: 100%;
		}

		.title {
			margin-top: -50px;
			margin-bottom: 96px;
			padding: 0 30px;

			h2 {
				position: relative;
				margin-bottom: 76px;
				font-size: 40px;
				text-align: center;
				color: #ffffff;

				&:before {
					content: "";
					position: absolute;
					top: 50%;
					left: 0;
					transform: translateY(-50%);
					width: 300px;
					height: 1px;
					background-color: #ffffff;
				}

				&:after {
					content: "";
					position: absolute;
					top: 50%;
					right: 0;
					transform: translateY(-50%);
					width: 300px;
					height: 1px;
					background-color: #ffffff;
				}
			}

			img {
				display: block;
				margin: 0 auto;
				width: 561px;
			}
		}

		.text {
			padding: 0 44px;

			h3 {
				margin: 64px 0;
				font-size: 60px;
				text-align: center;
				color: #ffffff;

				span {
					font-size: 45px;
				}
			}

			p {
				font-size: 30px;
				color: #ffffff;
			}
		}
	}

	.sec12_area2 {
		position: relative;

		h3 {
			position: absolute;
			left: 0;
			bottom: 68px;
			width: 100%;
			text-align: center;

			img {
				width: 856px;
			}
		}

		img {
			width: 100%;
		}
	}
}

footer {
	font-weight: 400;
	color: #323232;
	margin: 0 auto;
}

footer a {
	color: #000000;
	text-decoration: none;
}

footer .footer_menu {
	padding: 10px 0;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

footer .footer_menu a {
	display: inline-block;
	padding: 3px 20px 3px 0px;
	font-weight: 600;
	vertical-align: middle;
	font-size: 12px;
	margin: 0 5px 0 10px;
	margin-top: 3%;
	border-right: 1px solid #000000;
}

footer .footer_menu a:last-child {
	border-right: 0px solid #000000;
}

/* footer .footer_menu a:after {
    content: "";
    display: inline-block;
    margin: 0 5px 0 10px;
    width: 1px;
    height: 15px;
    background: #000;
    transform: translateY(2px);
}

footer .footer_menu a:after:nth-last-child{
    content: "";
    display: inline-block;
    margin: 0px 0px 0px 0px;
} */

.copyright .logo {
	text-align: center;
}

.footer_logo {
	width: 20%;
	margin: 3% auto 1%;
}

.copyright .text {
	font-size: 0.8rem;
	text-align: right;
	padding-bottom: 5%;
}

.centering_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec01_price {
	.cta_area_pink_price {
		gap: 20px;
		display: flex;
		align-items: self-start;
		margin: 0 auto;
		font-family: "Noto Sans JP", sans-serif;
	}

	p.box_before {
		color: #e50051;
		font-family: "Noto Sans JP", sans-serif;
		margin-bottom: 4px;
	}

	p.box_tag {
		padding: 4px 2px;
		background-color: #e50051;
		color: #f1f1f1;
		font-family: din-2014, sans-serif;
		text-align: center;
		margin: 0 auto;
		justify-content: center;
		font-size: 5.444vw;
		border-radius: 8px;
	}

	p.box_tag>span {
		font-size: 4.444vw;
	}

	.cta_area_pink_price_box {
		display: flex;
		align-items: center;
		font-family: "Noto Sans JP", sans-serif;
	}

	p.cta_area_pink_price_num {
		font-size: 15vw;
		font-family: din-2014, sans-serif;
		color: #e50051;
		margin-bottom: 0px;
	}

	div.cap {
		display: flex;
		color: #e50051;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	p.cap_y {
		font-family: "Noto Sans JP", sans-serif;
		margin-bottom: 0px;
		font-size: 6.4444vw;
	}

	p.cap_t {
		font-family: "Noto Sans JP", sans-serif;
		margin-bottom: 0px;
		font-size: 2.4444vw;
	}

	.cta_buy_btn {
		background: linear-gradient(90deg, #ecc407, #f35a30);
		color: #ffffff;
		font-weight: 600;
		position: relative;
		padding: 2.778vw 8.556vw;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 4.889vw;
		border-radius: 64px;
		margin: 16px 0px 32px;
		letter-spacing: 0.444vw;
	}

	.cta_buy_btn:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 3.889vw;
		transform: translateY(-50%) rotate(45deg);
		width: 2vw;
		height: 2vw;
		border-top: 0.3vw solid #ffffff;
		border-right: 0.3vw solid #ffffff;
	}

	p.cta_ttl {
		margin: 4px 0px 0px 0px;
		font-size: 6vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
	}

	p.tujo {
		margin-bottom: 0px;
		text-align: right;
		vertical-align: middle;
		font-size: 3.5vw;
		font-family: "Noto Sans JP", sans-serif;
		align-items: center;
	}

	p.cta_disc {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 3.2vw;
		/* text-align: center;
		justify-content: center; */
		margin: 16px 0px;
	}

	.movie_content {
		margin: 0px 5.333vw 64px;
	}

	.movie_content>iframe {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.cta_set {
		background-color: #ffffff;
		width: 80%;
		border: 1px solid #003088;
		font-size: 14px;
		margin: 0 5.333vw;
		/* padding: 8px 20px 16px; */
		padding: 2vw 4vw 2.2vw;
		border-radius: 14px;

		ul {
			text-align: center;
			justify-content: center;
			font-family: "Noto Sans JP", sans-serif;
			font-weight: 500;
			display: flex;
			flex-direction: column;
			margin: 8px 0px 0px;
			font-size: 3.778vw;
			gap: 8px;
		}

		p.cta_set_ttl {
			display: flex;
			width: 40%;
			text-align: center;
			justify-content: center;
			color: #ffffff;
			margin: 0 auto;
			background-color: #003088;
			border-radius: 4px;
			padding: 4px;
			font-size: 4.4vw;
			font-family: "Noto Sans JP", sans-serif;
		}
	}

	.cta_secondary_buy {
		width: 90%;
		justify-content: center;
		margin: 0 5.333vw;
		border: 1px solid #003088;
		background-color: #ffff;

	}

	.cta_secondary_buy_ttl {
		background-color: #003088;
		text-align: center;
		padding: 3vw 4vw;
		justify-content: center;
		color: #ffffff;
		font-size: 4.4vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
	}

	.cta_secondary_buy_container {
		display: flex;
		align-items: center;
		margin-bottom: 4.444vw;
		margin: 0 auto;
	}

	.cta_secondary_buy_container_left {
		margin: 0px
	}

	.cta_secondary_buy_container_right {
		margin: 0px 5.333vw 0px 0px;
	}

	.cta_secondary_buy_container_ttl {
		font-size: 3.778vw;
		font-weight: 600;
		font-family: "Noto Sans JP", sans-serif;
	}

	.cta_secondary_buy_container_disc {
		font-size: 2.778vw;
		font-weight: 400;
		font-family: "Noto Sans JP", sans-serif;
	}

	.cta_secondary_buy_container>img {
		width: 40%;
		margin: 0px 8px;
	}

	/* アコーディオン全体を囲むコンテナ */
	.accordion-container {
		margin: 4vw 5.333vw;
		font-family: sans-serif;
		width: 90%;
	}

	/* アコーディオン本体 */
	.accordion {
		border: 0.5vw solid #003088;
		/* 枠線を追加して白背景でも形をくっきりさせる */
		overflow: hidden;
		background-color: #fff;
		/* 全体のベース背景を白に */
		box-shadow: 0 0.5vw 1.5vw rgba(0, 48, 136, 0.2);
	}

	/* タイトル部分（ヘッダー） */
	.accordion-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #003088;
		/* ヘッダーの背景色 */
		color: #fff;
		/* ヘッダーの文字色 */
		padding: 3vw 4vw;
		font-size: 4.4vw;
		font-weight: bold;
		cursor: pointer;
		list-style: none;
		transition: background-color 0.3s ease;
	}

	/* Safari向けのデフォルト三角形非表示設定 */
	.accordion-header::-webkit-details-marker {
		display: none;
	}

	/* マウスホバー時のエフェクト */
	.accordion-header:hover {
		background-color: #003088;
	}

	/* 開閉アイコン（十字マーク）のベース */
	.accordion-icon {
		position: relative;
		width: 4vw;
		height: 4vw;
	}

	/* 十字マークの縦横の線を描画 */
	.accordion-icon::before,
	.accordion-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fff;
		transform: translate(-50%, -50%);
		transition: transform 0.3s ease;
		border-radius: 1vw;
	}

	.accordion-icon::before {
		width: 100%;
		height: 0.6vw;
	}

	.accordion-icon::after {
		width: 0.6vw;
		height: 100%;
	}

	/* アコーディオンが開いたとき（縦線を回してマイナスにする） */
	.accordion[open] .accordion-icon::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	/* コンテンツ部分 */
	.accordion-content {
		background-color: #fff;
		/* ご要望通り背景を白に */
		color: #333;
		/* 白背景に映える文字色に変更 */
		padding: 4vw;
		/* ヘッダーと背景色が分かれたため、上下左右にしっかり余白を取る */
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.6rem;
		line-height: 1.6;

		p {
			font-family: "Noto Sans JP", sans-serif;
			font-size: 2.8888vw;
		}
	}

	/* 開いたときのふわっと表示アニメーション */
	.accordion[open] .accordion-content {
		animation: fadeIn 0.4s ease-out forwards;
	}

	@keyframes fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}
}

.cta_pr {
	width: 32%;
}

.sec08-1 {
	h2 {
		margin: 36px auto 20px;
		width: 70%;
		display: flex;
		justify-content: center;
	}
}

/* 全体の枠組み */
.voice-container {
	margin: 0 auto;
	padding: 20px;
	background-color: #003088;
	/* 全体の背景色 */
	font-family: sans-serif;
}

/* 吹き出しのブロック（共通） */
.voice-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

/* アイコンのスタイル */
.voice-icon {
	width: 30%;
	height: 30%;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	/* テキストが長くてもアイコンが潰れないようにする */
}

.voice-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 吹き出しテキストのベーススタイル */
.voice-text {
	position: relative;
	max-width: 60%;
	padding: 12px 16px;
	border-radius: 12px;
	margin: 0 16px;
	font-size: 4.2vw;
	line-height: 1.6;
}

.voice-text p {
	margin: 0;
}

/* -----------------------------
   左側の吹き出し（お客様）
----------------------------- */
.voice-box.left .voice-text {
	background-color: #ffffff;
	/* 吹き出しの背景色 */
	color: #333333;
	/* 文字色 */
}

/* 左側のしっぽ（三角形） */
.voice-box.left .voice-text::before {
	content: "";
	position: absolute;
	top: 15px;
	/* しっぽの縦位置 */
	left: -10px;
	border-top: 10px solid transparent;
	border-right: 12px solid #ffffff;
	/* しっぽの色（吹き出しの背景色と合わせる） */
	border-bottom: 10px solid transparent;
}

/* -----------------------------
   右側の吹き出し（スタッフ）
----------------------------- */
/* 右側に配置するための設定 */
.voice-box.right {
	flex-direction: row-reverse;
}

.voice-box.right .voice-text {
	background-color: #ffffff;
	/* 吹き出しの背景色 */
	color: #333333;
	/* 文字色 */
}

/* 右側のしっぽ（三角形） */
.voice-box.right .voice-text::before {
	content: "";
	position: absolute;
	top: 15px;
	/* しっぽの縦位置 */
	right: -10px;
	border-top: 10px solid transparent;
	border-left: 12px solid #ffffff;
	/* しっぽの色（吹き出しの背景色と合わせる） */
	border-bottom: 10px solid transparent;
}

@media (min-width: 901px) {
	.sec08-1 {
		h2 {
			margin: 5.2vw auto 4.444vw;
			width: 70%;
			display: flex;
			justify-content: center;
		}
	}

	/* 全体の枠組み */
	.voice-container {
		margin: 0 auto;
		padding: 20px;
		background-color: #003088;
		/* 全体の背景色 */
		font-family: sans-serif;
	}

	/* 吹き出しのブロック（共通） */
	.voice-box {
		display: flex;
		align-items: flex-start;
		margin-bottom: 24px;
	}

	/* アイコンのスタイル */
	.voice-icon {
		width: 30%;
		height: 30%;
		border-radius: 50%;
		overflow: hidden;
		flex-shrink: 0;
		/* テキストが長くてもアイコンが潰れないようにする */
	}

	.voice-icon img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* 吹き出しテキストのベーススタイル */
	.voice-text {
		position: relative;
		max-width: 60%;
		padding: 12px 16px;
		border-radius: 12px;
		margin: 0 24px;
		font-size: 2.7rem;
		line-height: 1.6;
	}

	.voice-text p {
		margin: 0;
	}

	/* -----------------------------
   左側の吹き出し（お客様）
----------------------------- */
	.voice-box.left .voice-text {
		background-color: #ffffff;
		/* 吹き出しの背景色 */
		color: #333333;
		/* 文字色 */
	}

	/* 左側のしっぽ（三角形） */
	.voice-box.left .voice-text::before {
		content: "";
		position: absolute;
		top: 15px;
		/* しっぽの縦位置 */
		left: -10px;
		border-top: 10px solid transparent;
		border-right: 12px solid #ffffff;
		/* しっぽの色（吹き出しの背景色と合わせる） */
		border-bottom: 10px solid transparent;
	}

	/* -----------------------------
   右側の吹き出し（スタッフ）
----------------------------- */
	/* 右側に配置するための設定 */
	.voice-box.right {
		flex-direction: row-reverse;
	}

	.voice-box.right .voice-text {
		background-color: #ffffff;
		/* 吹き出しの背景色 */
		color: #333333;
		/* 文字色 */
	}

	/* 右側のしっぽ（三角形） */
	.voice-box.right .voice-text::before {
		content: "";
		position: absolute;
		top: 15px;
		/* しっぽの縦位置 */
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 12px solid #ffffff;
		/* しっぽの色（吹き出しの背景色と合わせる） */
		border-bottom: 10px solid transparent;
	}

	.sec01_price {

		p.cta_ttl {
			font-size: 3.2rem;
		}


		p.box_tag {
			font-size: 3.4rem;
		}

		p.box_tag>span {
			font-size: 2.4rem;
		}

		p.cta_area_pink_price_num {
			font-size: 8.2rem;
		}

		p.cta_disc {
			font-size: 1.8rem;
		}

		p.cap_t {
			font-size: 1.6rem;
			margin-bottom: -24px;
		}
		p.tujo{
			font-size: 1.6rem;
		}

		p.cap_y {
			font-size: 5.2rem;
		}

		.cta_buy_btn {
			font-size: 2.4rem;
			padding: 2rem 8rem;
		}

		.cta_buy_btn:after {
			content: "";
			position: absolute;
			top: 50%;
			right: 3.889vw;
			transform: translateY(-50%) rotate(45deg);
			width: 18px;
			height: 18px;
			border-top: 4px solid #ffffff;
			border-right: 4px solid #ffffff;
		}

		.movie_content>iframe {
			width: 100%;
			height: revert-layer;
			margin-top: 20px;
		}

		& .cta_set {

			p.cta_set_ttl {
				font-size: 2.4rem;
			}

			ul {
				font-size: 2.4rem;
			}

		}

		.cta_secondary_buy_ttl {
			font-size: 2.4rem;
		}

		.cta_secondary_buy_container_ttl {
			font-size: 2.4rem;
		}

		.cta_secondary_buy_container_disc {
			font-size: 1.6rem;
		}

		.accordion-header {
			font-size: 2.4rem;
			padding: 2vw;
		}

		& .accordion-container {
			margin: 1.6rem 5.333vw;
		}

		& .accordion-content {
			padding: 2vw;

			p {
				font-size: 1.6rem;
			}
		}

		.accordion-icon {
			height: 2.4rem;
			width: 2.4rem;
		}

		.accordion-icon::before {
			height: 0.2rem;
		}

		.accordion-icon::after {
			width: 0.2rem;
		}

	}
}

.accordion-content>p>a {
	display: inline;
}

.txt_small {
	font-size: 12px;
	color: #ffffff;
}

.cta_pr_wrap {
	display: flex;
	align-items: center;
	width: 80%;
	gap: 5vw;
	margin-bottom: 2.5vw;
}

.pk{
	font-weight: bold;
	background-image: linear-gradient(transparent 70%, #fa2a6174 30%);
}

/* guide */
#guide.container {
  padding: 20px 15px 50px;
  background: #FFF;
  color: #333;
}

#guide .guide-wrap {
  max-width: 820px;
  margin: 0 auto;
}

#guide h2 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 30px;
}

#guide h2 span {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

#guide h3 {
  font-size: 14px;
  border: 1px solid #333;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px;
  min-height: 50px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}

#guide h3.one-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

#guide h3.link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-48%);
  width: 20px;
  height: 20px;
  background: url(image/external_link-icon.png);
  background-size: cover;
}

#guide h3 a {
  color: #333;
}

#guide p {
  padding: 5px 0;
}

#guide strong {
  font-weight: 600;
}

@media screen and (min-width:769px) {
  #guide.container {
      padding: 60px 30px;
  }

  #guide h3 {
      min-height: 60px;
      margin-top: 20px;
      font-size: 16px;
  }

  #guide h3.link::after {
      width: 25px;
      height: 25px;
      right: 15px;
  }
}
